Html Css Color HEX #9A5AAE Deep Lilac

📋 copy color: '#9A5AAE'

red 154 ◦ green 90 ◦ blue 174

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

Shades of Deep Lilac #9A5AAE

Tints of Deep Lilac #9A5AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.63%

R = 36.84%
G = 21.53%
B = 41.63%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A5AAE (or 0x9A5AAE) is known color: Deep Lilac. HEX triplet: 9A, 5A and AE. RGB value is (154,90,174). Sum of RGB (Red+Green+Blue) = 154+90+174=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A5AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5AAE is #65A551. Grayscale: #767676. Windows color (decimal): -6661458 or 11426458. OLE color: 11426458.

HSL color Cylindrical-coordinate representation of color #9A5AAE: hue angle of 285.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A5AAE is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 90 174 -
CMYK 0.11 0.48 0 0.32
HSL 285.71º 0.34% 0.52% -
HSV(B) 285.71º 0.48% 0.68% -
XYZ 24.62 17.24 42.07 -
YUV 118.71 159.2 153.17 -
System Red Green Blue C M Y K H S L
Decimal 154 90 174 0.11 0.48 0 0.32 285.71 0.34 0.52
Hex 9A 5A AE B 30 0 20 11E 22 34
Octal 232 132 256 13 60 0 40 436 42 64
Binary 10011010 1011010 10101110 1011 110000 0 100000 100011110 100010 110100

Color Harmonies of #9A5AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5AAE

Black with #9A5AAE

Text Example


Text Example

White with #9A5AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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