#9D52BF

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

Shades of Deep Lilac #9D52BF

Tints of Deep Lilac #9D52BF

Color information

#9D52BF (or 0x9D52BF) is unknown color: approx Deep Lilac. HEX triplet: 9D, 52 and BF. RGB value is (157,82,191). Sum of RGB (Red+Green+Blue) = 157+82+191=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D52BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D52BF is #62AD40. Grayscale: #747474. Windows color (decimal): -6466881 or 12538525. OLE color: 12538525.

HSL color Cylindrical-coordinate representation of color #9D52BF: hue angle of 281.28º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D52BF is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15782191-
CMYK0.180.5700.25
HSL281.28º45.99%53.53%-
HSV(B)281.28º57.07%74.9%-
XYZ26.3316.9651.18-
YUV116.85169.85156.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.51%
GREEN value IS 82 (32.42% from 255) = 19.07%
BLUE value IS 191 (75% from 255) = 44.42%
R=36.51%
G=19.07%
B=44.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal157821910.180.5700.25281.2845.9953.53
Hex9D52BF12390191192e36
Octal23512227722710314315666
Binary1001110110100101011111110010111001011001100011001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D52BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,82,191); }

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

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

 a { background-color: rgb(157,82,191); }

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

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

 span { border-color: rgb(157,82,191); }

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