Html Css Color HEX #9E3EAF Deep Lilac

📋 copy color: '#9E3EAF'

red 158 ◦ green 62 ◦ blue 175

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

Shades of Deep Lilac #9E3EAF

Tints of Deep Lilac #9E3EAF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.7%

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

R = 40%
G = 15.7%
B = 44.3%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9E3EAF (or 0x9E3EAF) is known color: Deep Lilac. HEX triplet: 9E, 3E and AF. RGB value is (158,62,175). Sum of RGB (Red+Green+Blue) = 158+62+175=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E3EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3EAF is #61C150. Grayscale: #676767. Windows color (decimal): -6406481 or 11484830. OLE color: 11484830.

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

Color convert

RGB 158 62 175 -
CMYK 0.10 0.65 0 0.31
HSL 290.97º 0.48% 0.46% -
HSV(B) 290.97º 0.65% 0.69% -
XYZ 23.56 13.81 41.98 -
YUV 103.59 168.3 166.81 -
System Red Green Blue C M Y K H S L
Decimal 158 62 175 0.10 0.65 0 0.31 290.97 0.48 0.46
Hex 9E 3E AF A 41 0 1F 123 30 2E
Octal 236 76 257 12 101 0 37 443 60 56
Binary 10011110 111110 10101111 1010 1000001 0 11111 100100011 110000 101110

Color Harmonies of #9E3EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3EAF

Black with #9E3EAF

Text Example


Text Example

White with #9E3EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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