Html Css Color HEX #9E3FAA Deep Lilac

📋 copy color: '#9E3FAA'

red 158 ◦ green 63 ◦ blue 170

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

Shades of Deep Lilac #9E3FAA

Tints of Deep Lilac #9E3FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 16.11%

 BLUE value IS 170 (66.8% from 255) = 43.48%

R = 40.41%
G = 16.11%
B = 43.48%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E3FAA (or 0x9E3FAA) is known color: Deep Lilac. HEX triplet: 9E, 3F and AA. RGB value is (158,63,170). Sum of RGB (Red+Green+Blue) = 158+63+170=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E3FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3FAA is #61C055. Grayscale: #676767. Windows color (decimal): -6406230 or 11157406. OLE color: 11157406.

HSL color Cylindrical-coordinate representation of color #9E3FAA: hue angle of 293.27º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E3FAA is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 63 170 -
CMYK 0.07 0.63 0 0.33
HSL 293.27º 0.46% 0.46% -
HSV(B) 293.27º 0.63% 0.67% -
XYZ 23.13 13.73 39.46 -
YUV 103.6 165.47 166.8 -
System Red Green Blue C M Y K H S L
Decimal 158 63 170 0.07 0.63 0 0.33 293.27 0.46 0.46
Hex 9E 3F AA 7 3F 0 21 125 2E 2E
Octal 236 77 252 7 77 0 41 445 56 56
Binary 10011110 111111 10101010 111 111111 0 100001 100100101 101110 101110

Color Harmonies of #9E3FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3FAA

Black with #9E3FAA

Text Example


Text Example

White with #9E3FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,63,170); }

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

background-color css

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

 a { background-color: rgb(158,63,170); }

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

border-color css

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

 span { border-color: rgb(158,63,170); }

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