Html Css Color HEX #9D53BA Deep Lilac

📋 copy color: '#9D53BA'

red 157 ◦ green 83 ◦ blue 186

#9D53BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #9D53BA

Tints of Deep Lilac #9D53BA

RGB

 RED value IS 157 (61.72% from 255) = 36.85%

 GREEN value IS 83 (32.81% from 255) = 19.48%

 BLUE value IS 186 (73.05% from 255) = 43.66%

R = 36.85%
G = 19.48%
B = 43.66%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D53BA (or 0x9D53BA) is known color: Deep Lilac. HEX triplet: 9D, 53 and BA. RGB value is (157,83,186). Sum of RGB (Red+Green+Blue) = 157+83+186=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D53BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D53BA is #62AC45. Grayscale: #747474. Windows color (decimal): -6466630 or 12211101. OLE color: 12211101.

HSL color Cylindrical-coordinate representation of color #9D53BA: hue angle of 283.11º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D53BA is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 83 186 -
CMYK 0.16 0.55 0 0.27
HSL 283.11º 0.43% 0.53% -
HSV(B) 283.11º 0.55% 0.73% -
XYZ 25.86 16.9 48.35 -
YUV 116.87 167.02 156.62 -
System Red Green Blue C M Y K H S L
Decimal 157 83 186 0.16 0.55 0 0.27 283.11 0.43 0.53
Hex 9D 53 BA 10 37 0 1B 11B 2B 35
Octal 235 123 272 20 67 0 33 433 53 65
Binary 10011101 1010011 10111010 10000 110111 0 11011 100011011 101011 110101

Color Harmonies of #9D53BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D53BA

Black with #9D53BA

Text Example


Text Example

White with #9D53BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D53BA;
 }
 .AnyTagClassName
 {
   color: #9D53BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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