#9850C4

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

Shades of Deep Lilac #9850C4

Tints of Deep Lilac #9850C4

Color information

#9850C4 (or 0x9850C4) is unknown color: approx Deep Lilac. HEX triplet: 98, 50 and C4. RGB value is (152,80,196). Sum of RGB (Red+Green+Blue) = 152+80+196=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 196 (76.95% from 255 or 45.79% from 428); Max value from RGB is 196 - color contains mainly: blue. Hex color #9850C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9850C4 is #67AF3B. Grayscale: #727272. Windows color (decimal): -6795068 or 12865688. OLE color: 12865688.

HSL color Cylindrical-coordinate representation of color #9850C4: hue angle of 277.24º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9850C4 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB15280196-
CMYK0.220.5900.23
HSL277.24º49.57%54.12%-
HSV(B)277.24º59.18%76.86%-
XYZ25.7816.454.03-
YUV114.75173.85154.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.51%
GREEN value IS 80 (31.64% from 255) = 18.69%
BLUE value IS 196 (76.95% from 255) = 45.79%
R=35.51%
G=18.69%
B=45.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal152801960.220.5900.23277.2449.5754.12
Hex9850C4163B0171153236
Octal23012030426730274256266
Binary1001100010100001100010010110111011010111100010101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9850C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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