Html Css Color HEX #9A5EAC Deep Lilac

📋 copy color: '#9A5EAC'

red 154 ◦ green 94 ◦ blue 172

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

Shades of Deep Lilac #9A5EAC

Tints of Deep Lilac #9A5EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.38%

 BLUE value IS 172 (67.58% from 255) = 40.95%

R = 36.67%
G = 22.38%
B = 40.95%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A5EAC (or 0x9A5EAC) is known color: Deep Lilac. HEX triplet: 9A, 5E and AC. RGB value is (154,94,172). Sum of RGB (Red+Green+Blue) = 154+94+172=420 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.67% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A5EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5EAC is #65A153. Grayscale: #787878. Windows color (decimal): -6660436 or 11296410. OLE color: 11296410.

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

Color convert

RGB 154 94 172 -
CMYK 0.10 0.45 0 0.33
HSL 286.15º 0.32% 0.52% -
HSV(B) 286.15º 0.45% 0.67% -
XYZ 24.78 17.85 41.17 -
YUV 120.83 156.88 151.66 -
System Red Green Blue C M Y K H S L
Decimal 154 94 172 0.10 0.45 0 0.33 286.15 0.32 0.52
Hex 9A 5E AC A 2D 0 21 11E 20 34
Octal 232 136 254 12 55 0 41 436 40 64
Binary 10011010 1011110 10101100 1010 101101 0 100001 100011110 100000 110100

Color Harmonies of #9A5EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5EAC

Black with #9A5EAC

Text Example


Text Example

White with #9A5EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,94,172); }

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

background-color css

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

 a { background-color: rgb(154,94,172); }

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

border-color css

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

 span { border-color: rgb(154,94,172); }

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