#9D54CA

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

Shades of Deep Lilac #9D54CA

Tints of Deep Lilac #9D54CA

Color information

#9D54CA (or 0x9D54CA) is unknown color: approx Deep Lilac. HEX triplet: 9D, 54 and CA. RGB value is (157,84,202). Sum of RGB (Red+Green+Blue) = 157+84+202=443 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.44% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D54CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D54CA is #62AB35. Grayscale: #767676. Windows color (decimal): -6466358 or 13259933. OLE color: 13259933.

HSL color Cylindrical-coordinate representation of color #9D54CA: hue angle of 277.12º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9D54CA is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15784202-
CMYK0.220.5800.21
HSL277.12º52.68%56.08%-
HSV(B)277.12º58.42%79.22%-
XYZ27.7417.7757.85-
YUV119.28174.68154.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.44%
GREEN value IS 84 (33.20% from 255) = 18.96%
BLUE value IS 202 (79.30% from 255) = 45.60%
R=35.44%
G=18.96%
B=45.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal157842020.220.5800.21277.1252.6856.08
Hex9D54CA163A0151153538
Octal23512431226720254256570
Binary1001110110101001100101010110111010010101100010101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D54CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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