Html Css Color HEX #9953A9 Deep Lilac

📋 copy color: '#9953A9'

red 153 ◦ green 83 ◦ blue 169

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

Shades of Deep Lilac #9953A9

Tints of Deep Lilac #9953A9

RGB

 RED value IS 153 (60.16% from 255) = 37.78%

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

 BLUE value IS 169 (66.41% from 255) = 41.73%

R = 37.78%
G = 20.49%
B = 41.73%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#9953A9 (or 0x9953A9) is known color: Deep Lilac. HEX triplet: 99, 53 and A9. RGB value is (153,83,169). Sum of RGB (Red+Green+Blue) = 153+83+169=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 169 (66.41% from 255 or 41.73% from 405); Max value from RGB is 169 - color contains mainly: blue. Hex color #9953A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9953A9 is #66AC56. Grayscale: #717171. Windows color (decimal): -6728791 or 11096985. OLE color: 11096985.

HSL color Cylindrical-coordinate representation of color #9953A9: hue angle of 288.84º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9953A9 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 153 83 169 -
CMYK 0.09 0.51 0 0.34
HSL 288.84º 0.34% 0.49% -
HSV(B) 288.84º 0.51% 0.66% -
XYZ 23.39 15.82 39.36 -
YUV 113.73 159.19 156.01 -
System Red Green Blue C M Y K H S L
Decimal 153 83 169 0.09 0.51 0 0.34 288.84 0.34 0.49
Hex 99 53 A9 9 33 0 22 121 22 31
Octal 231 123 251 11 63 0 42 441 42 61
Binary 10011001 1010011 10101001 1001 110011 0 100010 100100001 100010 110001

Color Harmonies of #9953A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9953A9

Black with #9953A9

Text Example


Text Example

White with #9953A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9953A9; }

 p { color: rgb(153,83,169); }

 H1.HeaderClassName
 {
   color: #9953A9;
 }
 .AnyTagClassName
 {
   color: #9953A9;
 }
</style>

background-color css

<style>
 a { background-color: #9953A9; }

 a { background-color: rgb(153,83,169); }

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

border-color css

<style>
 span { border-color: #9953A9; }

 span { border-color: rgb(153,83,169); }

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