#9650BB

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

Shades of Deep Lilac #9650BB

Tints of Deep Lilac #9650BB

Color information

#9650BB (or 0x9650BB) is unknown color: approx Deep Lilac. HEX triplet: 96, 50 and BB. RGB value is (150,80,187). Sum of RGB (Red+Green+Blue) = 150+80+187=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #9650BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9650BB is #69AF44. Grayscale: #707070. Windows color (decimal): -6926149 or 12275862. OLE color: 12275862.

HSL color Cylindrical-coordinate representation of color #9650BB: hue angle of 279.25º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9650BB is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15080187-
CMYK0.200.5700.27
HSL279.25º44.03%52.35%-
HSV(B)279.25º57.22%73.33%-
XYZ24.4215.8148.78-
YUV113.13169.69154.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.97%
GREEN value IS 80 (31.64% from 255) = 19.18%
BLUE value IS 187 (73.44% from 255) = 44.84%
R=35.97%
G=19.18%
B=44.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150801870.200.5700.27279.2544.0352.35
Hex9650BB143901B1172c34
Octal22612027324710334275464
Binary1001011010100001011101110100111001011011100010111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9650BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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