#9642BD

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

Shades of Deep Lilac #9642BD

Tints of Deep Lilac #9642BD

Color information

#9642BD (or 0x9642BD) is unknown color: approx Deep Lilac. HEX triplet: 96, 42 and BD. RGB value is (150,66,189). Sum of RGB (Red+Green+Blue) = 150+66+189=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #9642BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9642BD is #69BD42. Grayscale: #686868. Windows color (decimal): -6929731 or 12403350. OLE color: 12403350.

HSL color Cylindrical-coordinate representation of color #9642BD: hue angle of 280.98º 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 #9642BD is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15066189-
CMYK0.210.6500.26
HSL280.98º48.24%50%-
HSV(B)280.98º65.08%74.12%-
XYZ23.7114.0549.61-
YUV105.14175.33160-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.04%
GREEN value IS 66 (26.17% from 255) = 16.30%
BLUE value IS 189 (74.22% from 255) = 46.67%
R=37.04%
G=16.30%
B=46.67%

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
Decimal150661890.210.6500.26280.9848.2450
Hex9642BD154101A1193032
Octal226102275251010324316062
Binary10010110100001010111101101011000001011010100011001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9642BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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