#965AEB

Color #965AEB Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #965AEB

Tints of Medium Purple #965AEB

Color information

#965AEB (or 0x965AEB) is unknown color: approx Medium Purple. HEX triplet: 96, 5A and EB. RGB value is (150,90,235). Sum of RGB (Red+Green+Blue) = 150+90+235=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #965AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965AEB is #69A514. Grayscale: #7B7B7B. Windows color (decimal): -6923541 or 15424150. OLE color: 15424150.

HSL color Cylindrical-coordinate representation of color #965AEB: hue angle of 264.83º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #965AEB is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15090235-
CMYK0.360.6200.08
HSL264.83º78.38%63.73%-
HSV(B)264.83º61.7%92.16%-
XYZ31.2319.7980.77-
YUV124.47190.38146.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 31.58%
GREEN value IS 90 (35.55% from 255) = 18.95%
BLUE value IS 235 (92.19% from 255) = 49.47%
R=31.58%
G=18.95%
B=49.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal150902350.360.6200.08264.8378.3863.73
Hex965AEB243E081094e40
Octal2261323534476010411116100
Binary100101101011010111010111001001111100100010000100110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965AEB; }

 p { color: rgb(150,90,235); }

 H1.HeaderClassName
 {
   color: #965AEB;
 }
 .AnyTagClassName
 {
   color: #965AEB;
 }
</style>
background-color css

<style>
 a { background-color: #965AEB; }

 a { background-color: rgb(150,90,235); }

 div.DivClassName
 {
   background-color: #965AEB;
 }
 .BgClassName
 {
   background-color: #965AEB;
 }
</style>
border-color css

<style>
 span { border-color: #965AEB; }

 span { border-color: rgb(150,90,235); }

 td.TdClassName
 {
   border-color: #965AEB;
 }
 .TagClassName
 {
   border-color: #965AEB;
 }
</style>