Html Css Color HEX #9A55AA Deep Lilac

📋 copy color: '#9A55AA'

red 154 ◦ green 85 ◦ blue 170

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

Shades of Deep Lilac #9A55AA

Tints of Deep Lilac #9A55AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.78%

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

R = 37.65%
G = 20.78%
B = 41.56%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A55AA (or 0x9A55AA) is known color: Deep Lilac. HEX triplet: 9A, 55 and AA. RGB value is (154,85,170). Sum of RGB (Red+Green+Blue) = 154+85+170=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A55AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A55AA is #65AA55. Grayscale: #737373. Windows color (decimal): -6662742 or 11163034. OLE color: 11163034.

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

Color convert

RGB 154 85 170 -
CMYK 0.09 0.50 0 0.33
HSL 288.71º 0.33% 0.5% -
HSV(B) 288.71º 0.5% 0.67% -
XYZ 23.83 16.27 39.91 -
YUV 115.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 154 85 170 0.09 0.50 0 0.33 288.71 0.33 0.5
Hex 9A 55 AA 9 32 0 21 121 21 32
Octal 232 125 252 11 62 0 41 441 41 62
Binary 10011010 1010101 10101010 1001 110010 0 100001 100100001 100001 110010

Color Harmonies of #9A55AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A55AA

Black with #9A55AA

Text Example


Text Example

White with #9A55AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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