Html Css Color HEX #9A53AA Deep Lilac

📋 copy color: '#9A53AA'

red 154 ◦ green 83 ◦ blue 170

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

Shades of Deep Lilac #9A53AA

Tints of Deep Lilac #9A53AA

RGB

 RED value IS 154 (60.55% from 255) = 37.84%

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

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 37.84%
G = 20.39%
B = 41.77%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A53AA (or 0x9A53AA) is known color: Deep Lilac. HEX triplet: 9A, 53 and AA. RGB value is (154,83,170). Sum of RGB (Red+Green+Blue) = 154+83+170=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A53AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A53AA is #65AC55. Grayscale: #717171. Windows color (decimal): -6663254 or 11162522. OLE color: 11162522.

HSL color Cylindrical-coordinate representation of color #9A53AA: hue angle of 288.97º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A53AA is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 83 170 -
CMYK 0.09 0.51 0 0.33
HSL 288.97º 0.34% 0.5% -
HSV(B) 288.97º 0.51% 0.67% -
XYZ 23.68 15.96 39.86 -
YUV 114.15 159.52 156.43 -
System Red Green Blue C M Y K H S L
Decimal 154 83 170 0.09 0.51 0 0.33 288.97 0.34 0.5
Hex 9A 53 AA 9 33 0 21 121 22 32
Octal 232 123 252 11 63 0 41 441 42 62
Binary 10011010 1010011 10101010 1001 110011 0 100001 100100001 100010 110010

Color Harmonies of #9A53AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A53AA

Black with #9A53AA

Text Example


Text Example

White with #9A53AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,83,170); }

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

background-color css

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

 a { background-color: rgb(154,83,170); }

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

border-color css

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

 span { border-color: rgb(154,83,170); }

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