#9D50CA

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

Shades of Deep Lilac #9D50CA

Tints of Deep Lilac #9D50CA

Color information

#9D50CA (or 0x9D50CA) is unknown color: approx Deep Lilac. HEX triplet: 9D, 50 and CA. RGB value is (157,80,202). Sum of RGB (Red+Green+Blue) = 157+80+202=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D50CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D50CA is #62AF35. Grayscale: #747474. Windows color (decimal): -6467382 or 13258909. OLE color: 13258909.

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

Color convert

RGB15780202-
CMYK0.220.6000.21
HSL277.87º53.51%55.29%-
HSV(B)277.87º60.4%79.22%-
XYZ27.4317.1757.75-
YUV116.93176.01156.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.76%
GREEN value IS 80 (31.64% from 255) = 18.22%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=35.76%
G=18.22%
B=46.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal157802020.220.6000.21277.8753.5155.29
Hex9D50CA163C0151163637
Octal23512031226740254266667
Binary1001110110100001100101010110111100010101100010110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D50CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D50CA; }

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

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

<style>
 a { background-color: #9D50CA; }

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

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

<style>
 span { border-color: #9D50CA; }

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

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