Html Css Color HEX #9A5EAD Deep Lilac

📋 copy color: '#9A5EAD'

red 154 ◦ green 94 ◦ blue 173

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

Shades of Deep Lilac #9A5EAD

Tints of Deep Lilac #9A5EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.09%

R = 36.58%
G = 22.33%
B = 41.09%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A5EAD (or 0x9A5EAD) is known color: Deep Lilac. HEX triplet: 9A, 5E and AD. RGB value is (154,94,173). Sum of RGB (Red+Green+Blue) = 154+94+173=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A5EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5EAD is #65A152. Grayscale: #787878. Windows color (decimal): -6660435 or 11361946. OLE color: 11361946.

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

Color convert

RGB 154 94 173 -
CMYK 0.11 0.46 0 0.32
HSL 285.57º 0.33% 0.52% -
HSV(B) 285.57º 0.46% 0.68% -
XYZ 24.87 17.89 41.68 -
YUV 120.95 157.38 151.58 -
System Red Green Blue C M Y K H S L
Decimal 154 94 173 0.11 0.46 0 0.32 285.57 0.33 0.52
Hex 9A 5E AD B 2E 0 20 11E 21 34
Octal 232 136 255 13 56 0 40 436 41 64
Binary 10011010 1011110 10101101 1011 101110 0 100000 100011110 100001 110100

Color Harmonies of #9A5EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5EAD

Black with #9A5EAD

Text Example


Text Example

White with #9A5EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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