#9050CA

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

Shades of Deep Lilac #9050CA

Tints of Deep Lilac #9050CA

Color information

#9050CA (or 0x9050CA) is unknown color: approx Deep Lilac. HEX triplet: 90, 50 and CA. RGB value is (144,80,202). Sum of RGB (Red+Green+Blue) = 144+80+202=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #9050CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9050CA is #6FAF35. Grayscale: #707070. Windows color (decimal): -7319350 or 13258896. OLE color: 13258896.

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

Color convert

RGB14480202-
CMYK0.290.6000.21
HSL271.48º53.51%55.29%-
HSV(B)271.48º60.4%79.22%-
XYZ25.0315.9357.63-
YUV113.04178.2150.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.80%
GREEN value IS 80 (31.64% from 255) = 18.78%
BLUE value IS 202 (79.30% from 255) = 47.42%
R=33.80%
G=18.78%
B=47.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal144802020.290.6000.21271.4853.5155.29
Hex9050CA1D3C01510f3637
Octal22012031235740254176667
Binary1001000010100001100101011101111100010101100001111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9050CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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