Html Css Color HEX #9A55AB Deep Lilac

📋 copy color: '#9A55AB'

red 154 ◦ green 85 ◦ blue 171

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

Shades of Deep Lilac #9A55AB

Tints of Deep Lilac #9A55AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.71%

R = 37.56%
G = 20.73%
B = 41.71%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A55AB (or 0x9A55AB) is known color: Deep Lilac. HEX triplet: 9A, 55 and AB. RGB value is (154,85,171). Sum of RGB (Red+Green+Blue) = 154+85+171=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A55AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A55AB is #65AA54. Grayscale: #737373. Windows color (decimal): -6662741 or 11228570. OLE color: 11228570.

HSL color Cylindrical-coordinate representation of color #9A55AB: hue angle of 288.14º degrees, saturation: 0.34, 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 #9A55AB is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 85 171 -
CMYK 0.10 0.50 0 0.33
HSL 288.14º 0.34% 0.5% -
HSV(B) 288.14º 0.5% 0.67% -
XYZ 23.93 16.31 40.41 -
YUV 115.44 159.36 155.51 -
System Red Green Blue C M Y K H S L
Decimal 154 85 171 0.10 0.50 0 0.33 288.14 0.34 0.5
Hex 9A 55 AB A 32 0 21 120 22 32
Octal 232 125 253 12 62 0 41 440 42 62
Binary 10011010 1010101 10101011 1010 110010 0 100001 100100000 100010 110010

Color Harmonies of #9A55AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A55AB

Black with #9A55AB

Text Example


Text Example

White with #9A55AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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