Html Css Color HEX #9A5EAF Deep Lilac

📋 copy color: '#9A5EAF'

red 154 ◦ green 94 ◦ blue 175

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

Shades of Deep Lilac #9A5EAF

Tints of Deep Lilac #9A5EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.37%

R = 36.41%
G = 22.22%
B = 41.37%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9A5EAF (or 0x9A5EAF) is known color: Deep Lilac. HEX triplet: 9A, 5E and AF. RGB value is (154,94,175). Sum of RGB (Red+Green+Blue) = 154+94+175=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A5EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5EAF is #65A150. Grayscale: #787878. Windows color (decimal): -6660433 or 11493018. OLE color: 11493018.

HSL color Cylindrical-coordinate representation of color #9A5EAF: hue angle of 284.44º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A5EAF is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 154 94 175 -
CMYK 0.12 0.46 0 0.31
HSL 284.44º 0.34% 0.53% -
HSV(B) 284.44º 0.46% 0.69% -
XYZ 25.07 17.97 42.7 -
YUV 121.17 158.38 151.41 -
System Red Green Blue C M Y K H S L
Decimal 154 94 175 0.12 0.46 0 0.31 284.44 0.34 0.53
Hex 9A 5E AF C 2E 0 1F 11C 22 35
Octal 232 136 257 14 56 0 37 434 42 65
Binary 10011010 1011110 10101111 1100 101110 0 11111 100011100 100010 110101

Color Harmonies of #9A5EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5EAF

Black with #9A5EAF

Text Example


Text Example

White with #9A5EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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