Html Css Color HEX #9E4FAF Deep Lilac

📋 copy color: '#9E4FAF'

red 158 ◦ green 79 ◦ blue 175

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

Shades of Deep Lilac #9E4FAF

Tints of Deep Lilac #9E4FAF

RGB

 RED value IS 158 (62.11% from 255) = 38.35%

 GREEN value IS 79 (31.25% from 255) = 19.17%

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

R = 38.35%
G = 19.17%
B = 42.48%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9E4FAF (or 0x9E4FAF) is known color: Deep Lilac. HEX triplet: 9E, 4F and AF. RGB value is (158,79,175). Sum of RGB (Red+Green+Blue) = 158+79+175=412 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.35% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E4FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4FAF is #61B050. Grayscale: #717171. Windows color (decimal): -6402129 or 11489182. OLE color: 11489182.

HSL color Cylindrical-coordinate representation of color #9E4FAF: hue angle of 289.38º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E4FAF is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 158 79 175 -
CMYK 0.10 0.55 0 0.31
HSL 289.38º 0.38% 0.5% -
HSV(B) 289.38º 0.55% 0.69% -
XYZ 24.63 15.96 42.34 -
YUV 113.57 162.67 159.69 -
System Red Green Blue C M Y K H S L
Decimal 158 79 175 0.10 0.55 0 0.31 289.38 0.38 0.5
Hex 9E 4F AF A 37 0 1F 121 26 32
Octal 236 117 257 12 67 0 37 441 46 62
Binary 10011110 1001111 10101111 1010 110111 0 11111 100100001 100110 110010

Color Harmonies of #9E4FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4FAF

Black with #9E4FAF

Text Example


Text Example

White with #9E4FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,79,175); }

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

background-color css

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

 a { background-color: rgb(158,79,175); }

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

border-color css

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

 span { border-color: rgb(158,79,175); }

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