#9651CD

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

Shades of Deep Lilac #9651CD

Tints of Deep Lilac #9651CD

Color information

#9651CD (or 0x9651CD) is unknown color: approx Deep Lilac. HEX triplet: 96, 51 and CD. RGB value is (150,81,205). Sum of RGB (Red+Green+Blue) = 150+81+205=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #9651CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9651CD is #69AE32. Grayscale: #737373. Windows color (decimal): -6925875 or 13455766. OLE color: 13455766.

HSL color Cylindrical-coordinate representation of color #9651CD: hue angle of 273.39º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9651CD is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15081205-
CMYK0.270.6000.20
HSL273.39º55.36%56.08%-
HSV(B)273.39º60.49%80.39%-
XYZ26.5416.7859.6-
YUV115.77178.36152.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.40%
GREEN value IS 81 (32.03% from 255) = 18.58%
BLUE value IS 205 (80.47% from 255) = 47.02%
R=34.40%
G=18.58%
B=47.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal150812050.270.6000.20273.3955.3656.08
Hex9651CD1B3C0141113738
Octal22612131533740244216770
Binary1001011010100011100110111011111100010100100010001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9651CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9651CD; }

 p { color: rgb(150,81,205); }

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

<style>
 a { background-color: #9651CD; }

 a { background-color: rgb(150,81,205); }

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

<style>
 span { border-color: #9651CD; }

 span { border-color: rgb(150,81,205); }

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