Html Css Color HEX #9A5AAB Deep Lilac

📋 copy color: '#9A5AAB'

red 154 ◦ green 90 ◦ blue 171

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

Shades of Deep Lilac #9A5AAB

Tints of Deep Lilac #9A5AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.69%

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

R = 37.11%
G = 21.69%
B = 41.2%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A5AAB (or 0x9A5AAB) is known color: Deep Lilac. HEX triplet: 9A, 5A and AB. RGB value is (154,90,171). Sum of RGB (Red+Green+Blue) = 154+90+171=415 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.11% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A5AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5AAB is #65A554. Grayscale: #767676. Windows color (decimal): -6661461 or 11229850. OLE color: 11229850.

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

Color convert

RGB 154 90 171 -
CMYK 0.10 0.47 0 0.33
HSL 287.41º 0.33% 0.51% -
HSV(B) 287.41º 0.47% 0.67% -
XYZ 24.33 17.12 40.55 -
YUV 118.37 157.7 153.41 -
System Red Green Blue C M Y K H S L
Decimal 154 90 171 0.10 0.47 0 0.33 287.41 0.33 0.51
Hex 9A 5A AB A 2F 0 21 11F 21 33
Octal 232 132 253 12 57 0 41 437 41 63
Binary 10011010 1011010 10101011 1010 101111 0 100001 100011111 100001 110011

Color Harmonies of #9A5AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5AAB

Black with #9A5AAB

Text Example


Text Example

White with #9A5AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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