#9643BD

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

Shades of Deep Lilac #9643BD

Tints of Deep Lilac #9643BD

Color information

#9643BD (or 0x9643BD) is unknown color: approx Deep Lilac. HEX triplet: 96, 43 and BD. RGB value is (150,67,189). Sum of RGB (Red+Green+Blue) = 150+67+189=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #9643BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9643BD is #69BC42. Grayscale: #696969. Windows color (decimal): -6929475 or 12403606. OLE color: 12403606.

HSL color Cylindrical-coordinate representation of color #9643BD: hue angle of 280.82º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9643BD is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15067189-
CMYK0.210.6500.26
HSL280.82º48.03%50.2%-
HSV(B)280.82º64.55%74.12%-
XYZ23.7714.1749.63-
YUV105.72175159.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.95%
GREEN value IS 67 (26.56% from 255) = 16.50%
BLUE value IS 189 (74.22% from 255) = 46.55%
R=36.95%
G=16.50%
B=46.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal150671890.210.6500.26280.8248.0350.2
Hex9643BD154101A1193032
Octal226103275251010324316062
Binary10010110100001110111101101011000001011010100011001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9643BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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