#9650AB

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

Shades of Deep Lilac #9650AB

Tints of Deep Lilac #9650AB

Color information

#9650AB (or 0x9650AB) is unknown color: approx Deep Lilac. HEX triplet: 96, 50 and AB. RGB value is (150,80,171). Sum of RGB (Red+Green+Blue) = 150+80+171=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #9650AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9650AB is #69AF54. Grayscale: #6F6F6F. Windows color (decimal): -6926165 or 11227286. OLE color: 11227286.

HSL color Cylindrical-coordinate representation of color #9650AB: hue angle of 286.15º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9650AB is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15080171-
CMYK0.120.5300.33
HSL286.15º36.25%49.22%-
HSV(B)286.15º53.22%67.06%-
XYZ22.815.1640.25-
YUV111.3161.69155.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.41%
GREEN value IS 80 (31.64% from 255) = 19.95%
BLUE value IS 171 (67.19% from 255) = 42.64%
R=37.41%
G=19.95%
B=42.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150801710.120.5300.33286.1536.2549.22
Hex9650ABC3502111e2431
Octal22612025314650414364461
Binary1001011010100001010101111001101010100001100011110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9650AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9650AB; }

 p { color: rgb(150,80,171); }

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

<style>
 a { background-color: #9650AB; }

 a { background-color: rgb(150,80,171); }

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

<style>
 span { border-color: #9650AB; }

 span { border-color: rgb(150,80,171); }

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