#9651CA

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

Shades of Deep Lilac #9651CA

Tints of Deep Lilac #9651CA

Color information

#9651CA (or 0x9651CA) is unknown color: approx Deep Lilac. HEX triplet: 96, 51 and CA. RGB value is (150,81,202). Sum of RGB (Red+Green+Blue) = 150+81+202=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #9651CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9651CA is #69AE35. Grayscale: #737373. Windows color (decimal): -6925878 or 13259158. OLE color: 13259158.

HSL color Cylindrical-coordinate representation of color #9651CA: hue angle of 274.21º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9651CA is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15081202-
CMYK0.260.6000.21
HSL274.21º53.3%55.49%-
HSV(B)274.21º59.9%79.22%-
XYZ26.1816.6357.71-
YUV115.42176.86152.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.64%
GREEN value IS 81 (32.03% from 255) = 18.71%
BLUE value IS 202 (79.30% from 255) = 46.65%
R=34.64%
G=18.71%
B=46.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150812020.260.6000.21274.2153.355.49
Hex9651CA1A3C0151123537
Octal22612131232740254226567
Binary1001011010100011100101011010111100010101100010010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9651CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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