#9850CB

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

Shades of Deep Lilac #9850CB

Tints of Deep Lilac #9850CB

Color information

#9850CB (or 0x9850CB) is unknown color: approx Deep Lilac. HEX triplet: 98, 50 and CB. RGB value is (152,80,203). Sum of RGB (Red+Green+Blue) = 152+80+203=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #9850CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9850CB is #67AF34. Grayscale: #737373. Windows color (decimal): -6795061 or 13324440. OLE color: 13324440.

HSL color Cylindrical-coordinate representation of color #9850CB: hue angle of 275.12º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9850CB is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15280203-
CMYK0.250.6100.20
HSL275.12º54.19%55.49%-
HSV(B)275.12º60.59%79.61%-
XYZ26.616.7258.33-
YUV115.55177.35154-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.94%
GREEN value IS 80 (31.64% from 255) = 18.39%
BLUE value IS 203 (79.69% from 255) = 46.67%
R=34.94%
G=18.39%
B=46.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal152802030.250.6100.20275.1254.1955.49
Hex9850CB193D0141133637
Octal23012031331750244236667
Binary1001100010100001100101111001111101010100100010011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9850CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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