Html Css Color HEX #9F5EAE Deep Lilac

📋 copy color: '#9F5EAE'

red 159 ◦ green 94 ◦ blue 174

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

Shades of Deep Lilac #9F5EAE

Tints of Deep Lilac #9F5EAE

RGB

 RED value IS 159 (62.5% from 255) = 37.24%

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

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

R = 37.24%
G = 22.01%
B = 40.75%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F5EAE (or 0x9F5EAE) is known color: Deep Lilac. HEX triplet: 9F, 5E and AE. RGB value is (159,94,174). Sum of RGB (Red+Green+Blue) = 159+94+174=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F5EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5EAE is #60A151. Grayscale: #7A7A7A. Windows color (decimal): -6332754 or 11427487. OLE color: 11427487.

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

Color convert

RGB 159 94 174 -
CMYK 0.09 0.46 0 0.32
HSL 288.75º 0.33% 0.53% -
HSV(B) 288.75º 0.46% 0.68% -
XYZ 25.94 18.43 42.23 -
YUV 122.56 157.03 154 -
System Red Green Blue C M Y K H S L
Decimal 159 94 174 0.09 0.46 0 0.32 288.75 0.33 0.53
Hex 9F 5E AE 9 2E 0 20 121 21 35
Octal 237 136 256 11 56 0 40 441 41 65
Binary 10011111 1011110 10101110 1001 101110 0 100000 100100001 100001 110101

Color Harmonies of #9F5EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5EAE

Black with #9F5EAE

Text Example


Text Example

White with #9F5EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,94,174); }

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

background-color css

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

 a { background-color: rgb(159,94,174); }

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

border-color css

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

 span { border-color: rgb(159,94,174); }

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