#9D53BF

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

Shades of Deep Lilac #9D53BF

Tints of Deep Lilac #9D53BF

Color information

#9D53BF (or 0x9D53BF) is unknown color: approx Deep Lilac. HEX triplet: 9D, 53 and BF. RGB value is (157,83,191). Sum of RGB (Red+Green+Blue) = 157+83+191=431 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.43% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D53BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D53BF is #62AC40. Grayscale: #757575. Windows color (decimal): -6466625 or 12538781. OLE color: 12538781.

HSL color Cylindrical-coordinate representation of color #9D53BF: hue angle of 281.11º 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 #9D53BF is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15783191-
CMYK0.180.5700.25
HSL281.11º45.76%53.73%-
HSV(B)281.11º56.54%74.9%-
XYZ26.417.1251.2-
YUV117.44169.52156.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.43%
GREEN value IS 83 (32.81% from 255) = 19.26%
BLUE value IS 191 (75% from 255) = 44.32%
R=36.43%
G=19.26%
B=44.32%

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
Decimal157831910.180.5700.25281.1145.7653.73
Hex9D53BF12390191192e36
Octal23512327722710314315666
Binary1001110110100111011111110010111001011001100011001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D53BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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