Html Css Color HEX #9E4ABF Deep Lilac

📋 copy color: '#9E4ABF'

red 158 ◦ green 74 ◦ blue 191

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

Shades of Deep Lilac #9E4ABF

Tints of Deep Lilac #9E4ABF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.49%

 BLUE value IS 191 (75% from 255) = 45.15%

R = 37.35%
G = 17.49%
B = 45.15%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E4ABF (or 0x9E4ABF) is known color: Deep Lilac. HEX triplet: 9E, 4A and BF. RGB value is (158,74,191). Sum of RGB (Red+Green+Blue) = 158+74+191=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E4ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4ABF is #61B540. Grayscale: #707070. Windows color (decimal): -6403393 or 12536478. OLE color: 12536478.

HSL color Cylindrical-coordinate representation of color #9E4ABF: hue angle of 283.08º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9E4ABF is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 74 191 -
CMYK 0.17 0.61 0 0.25
HSL 283.08º 0.48% 0.52% -
HSV(B) 283.08º 0.61% 0.75% -
XYZ 25.95 15.93 51 -
YUV 112.45 172.33 160.49 -
System Red Green Blue C M Y K H S L
Decimal 158 74 191 0.17 0.61 0 0.25 283.08 0.48 0.52
Hex 9E 4A BF 11 3D 0 19 11B 30 34
Octal 236 112 277 21 75 0 31 433 60 64
Binary 10011110 1001010 10111111 10001 111101 0 11001 100011011 110000 110100

Color Harmonies of #9E4ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4ABF

Black with #9E4ABF

Text Example


Text Example

White with #9E4ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,74,191); }

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

background-color css

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

 a { background-color: rgb(158,74,191); }

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

border-color css

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

 span { border-color: rgb(158,74,191); }

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