#9642BC

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

Shades of Deep Lilac #9642BC

Tints of Deep Lilac #9642BC

Color information

#9642BC (or 0x9642BC) is unknown color: approx Deep Lilac. HEX triplet: 96, 42 and BC. RGB value is (150,66,188). Sum of RGB (Red+Green+Blue) = 150+66+188=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #9642BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9642BC is #69BD43. Grayscale: #686868. Windows color (decimal): -6929732 or 12337814. OLE color: 12337814.

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

Color convert

RGB15066188-
CMYK0.200.6500.26
HSL281.31º48.03%49.8%-
HSV(B)281.31º64.89%73.73%-
XYZ23.614.0149.04-
YUV105.02174.83160.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.13%
GREEN value IS 66 (26.17% from 255) = 16.34%
BLUE value IS 188 (73.83% from 255) = 46.53%
R=37.13%
G=16.34%
B=46.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal150661880.200.6500.26281.3148.0349.8
Hex9642BC144101A1193032
Octal226102274241010324316062
Binary10010110100001010111100101001000001011010100011001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9642BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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