#9643BB

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

Shades of Deep Lilac #9643BB

Tints of Deep Lilac #9643BB

Color information

#9643BB (or 0x9643BB) is unknown color: approx Deep Lilac. HEX triplet: 96, 43 and BB. RGB value is (150,67,187). Sum of RGB (Red+Green+Blue) = 150+67+187=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #9643BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9643BB is #69BC44. Grayscale: #696969. Windows color (decimal): -6929477 or 12272534. OLE color: 12272534.

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

Color convert

RGB15067187-
CMYK0.200.6400.27
HSL281.5º47.24%49.8%-
HSV(B)281.5º64.17%73.33%-
XYZ23.5514.0948.49-
YUV105.5174159.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.13%
GREEN value IS 67 (26.56% from 255) = 16.58%
BLUE value IS 187 (73.44% from 255) = 46.29%
R=37.13%
G=16.58%
B=46.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150671870.200.6400.27281.547.2449.8
Hex9643BB144001B11a2f32
Octal226103273241000334325762
Binary10010110100001110111011101001000000011011100011010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9643BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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