#9850CA

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

Shades of Deep Lilac #9850CA

Tints of Deep Lilac #9850CA

Color information

#9850CA (or 0x9850CA) is unknown color: approx Deep Lilac. HEX triplet: 98, 50 and CA. RGB value is (152,80,202). Sum of RGB (Red+Green+Blue) = 152+80+202=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #9850CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9850CA is #67AF35. Grayscale: #737373. Windows color (decimal): -6795062 or 13258904. OLE color: 13258904.

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

Color convert

RGB15280202-
CMYK0.250.6000.21
HSL275.41º53.51%55.29%-
HSV(B)275.41º60.4%79.22%-
XYZ26.4816.6857.7-
YUV115.44176.85154.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.02%
GREEN value IS 80 (31.64% from 255) = 18.43%
BLUE value IS 202 (79.30% from 255) = 46.54%
R=35.02%
G=18.43%
B=46.54%

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
Decimal152802020.250.6000.21275.4153.5155.29
Hex9850CA193C0151133637
Octal23012031231740254236667
Binary1001100010100001100101011001111100010101100010011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9850CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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