#9851CA

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

Shades of Deep Lilac #9851CA

Tints of Deep Lilac #9851CA

Color information

#9851CA (or 0x9851CA) is unknown color: approx Deep Lilac. HEX triplet: 98, 51 and CA. RGB value is (152,81,202). Sum of RGB (Red+Green+Blue) = 152+81+202=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #9851CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9851CA is #67AE35. Grayscale: #737373. Windows color (decimal): -6794806 or 13259160. OLE color: 13259160.

HSL color Cylindrical-coordinate representation of color #9851CA: hue angle of 275.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 #9851CA is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15281202-
CMYK0.250.6000.21
HSL275.21º53.3%55.49%-
HSV(B)275.21º59.9%79.22%-
XYZ26.5516.8257.73-
YUV116.02176.52153.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.94%
GREEN value IS 81 (32.03% from 255) = 18.62%
BLUE value IS 202 (79.30% from 255) = 46.44%
R=34.94%
G=18.62%
B=46.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal152812020.250.6000.21275.2153.355.49
Hex9851CA193C0151133537
Octal23012131231740254236567
Binary1001100010100011100101011001111100010101100010011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9851CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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