#965ABC

Color #965ABC Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #965ABC

Tints of Deep Lilac #965ABC

Color information

#965ABC (or 0x965ABC) is unknown color: approx Deep Lilac. HEX triplet: 96, 5A and BC. RGB value is (150,90,188). Sum of RGB (Red+Green+Blue) = 150+90+188=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #965ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965ABC is #69A543. Grayscale: #767676. Windows color (decimal): -6923588 or 12343958. OLE color: 12343958.

HSL color Cylindrical-coordinate representation of color #965ABC: hue angle of 276.73º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #965ABC is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15090188-
CMYK0.200.5200.26
HSL276.73º42.24%54.51%-
HSV(B)276.73º52.13%73.73%-
XYZ25.3117.4349.61-
YUV119.11166.88150.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.05%
GREEN value IS 90 (35.55% from 255) = 21.03%
BLUE value IS 188 (73.83% from 255) = 43.93%
R=35.05%
G=21.03%
B=43.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal150901880.200.5200.26276.7342.2454.51
Hex965ABC143401A1152a37
Octal22613227424640324255267
Binary1001011010110101011110010100110100011010100010101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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