Html Css Color HEX #9E3BAC Deep Lilac

📋 copy color: '#9E3BAC'

red 158 ◦ green 59 ◦ blue 172

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

Shades of Deep Lilac #9E3BAC

Tints of Deep Lilac #9E3BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.17%

 BLUE value IS 172 (67.58% from 255) = 44.22%

R = 40.62%
G = 15.17%
B = 44.22%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E3BAC (or 0x9E3BAC) is known color: Deep Lilac. HEX triplet: 9E, 3B and AC. RGB value is (158,59,172). Sum of RGB (Red+Green+Blue) = 158+59+172=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 59 (23.44% from 255 or 15.17% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E3BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3BAC is #61C453. Grayscale: #656565. Windows color (decimal): -6407252 or 11287454. OLE color: 11287454.

HSL color Cylindrical-coordinate representation of color #9E3BAC: hue angle of 292.57º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E3BAC is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 59 172 -
CMYK 0.08 0.66 0 0.33
HSL 292.57º 0.49% 0.45% -
HSV(B) 292.57º 0.66% 0.67% -
XYZ 23.11 13.38 40.39 -
YUV 101.48 167.8 168.31 -
System Red Green Blue C M Y K H S L
Decimal 158 59 172 0.08 0.66 0 0.33 292.57 0.49 0.45
Hex 9E 3B AC 8 42 0 21 125 31 2D
Octal 236 73 254 10 102 0 41 445 61 55
Binary 10011110 111011 10101100 1000 1000010 0 100001 100100101 110001 101101

Color Harmonies of #9E3BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3BAC

Black with #9E3BAC

Text Example


Text Example

White with #9E3BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,59,172); }

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

background-color css

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

 a { background-color: rgb(158,59,172); }

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

border-color css

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

 span { border-color: rgb(158,59,172); }

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