Html Css Color HEX #9E4DBC Deep Lilac

📋 copy color: '#9E4DBC'

red 158 ◦ green 77 ◦ blue 188

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

Shades of Deep Lilac #9E4DBC

Tints of Deep Lilac #9E4DBC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.2%

 BLUE value IS 188 (73.83% from 255) = 44.44%

R = 37.35%
G = 18.2%
B = 44.44%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E4DBC (or 0x9E4DBC) is known color: Deep Lilac. HEX triplet: 9E, 4D and BC. RGB value is (158,77,188). Sum of RGB (Red+Green+Blue) = 158+77+188=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E4DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4DBC is #61B243. Grayscale: #717171. Windows color (decimal): -6402628 or 12340638. OLE color: 12340638.

HSL color Cylindrical-coordinate representation of color #9E4DBC: hue angle of 283.78º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E4DBC is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 77 188 -
CMYK 0.16 0.59 0 0.26
HSL 283.78º 0.45% 0.52% -
HSV(B) 283.78º 0.59% 0.74% -
XYZ 25.83 16.21 49.34 -
YUV 113.87 169.84 159.47 -
System Red Green Blue C M Y K H S L
Decimal 158 77 188 0.16 0.59 0 0.26 283.78 0.45 0.52
Hex 9E 4D BC 10 3B 0 1A 11C 2D 34
Octal 236 115 274 20 73 0 32 434 55 64
Binary 10011110 1001101 10111100 10000 111011 0 11010 100011100 101101 110100

Color Harmonies of #9E4DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4DBC

Black with #9E4DBC

Text Example


Text Example

White with #9E4DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,77,188); }

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

background-color css

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

 a { background-color: rgb(158,77,188); }

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

border-color css

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

 span { border-color: rgb(158,77,188); }

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