Html Css Color HEX #9E4DCC Deep Lilac

📋 copy color: '#9E4DCC'

red 158 ◦ green 77 ◦ blue 204

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

Shades of Deep Lilac #9E4DCC

Tints of Deep Lilac #9E4DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.47%

R = 35.99%
G = 17.54%
B = 46.47%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9E4DCC (or 0x9E4DCC) is known color: Deep Lilac. HEX triplet: 9E, 4D and CC. RGB value is (158,77,204). Sum of RGB (Red+Green+Blue) = 158+77+204=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E4DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4DCC is #61B233. Grayscale: #737373. Windows color (decimal): -6402612 or 13389214. OLE color: 13389214.

HSL color Cylindrical-coordinate representation of color #9E4DCC: hue angle of 278.27º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E4DCC is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 158 77 204 -
CMYK 0.23 0.62 0 0.2
HSL 278.27º 0.55% 0.55% -
HSV(B) 278.27º 0.62% 0.8% -
XYZ 27.65 16.94 58.94 -
YUV 115.7 177.84 158.17 -
System Red Green Blue C M Y K H S L
Decimal 158 77 204 0.23 0.62 0 0.2 278.27 0.55 0.55
Hex 9E 4D CC 17 3E 0 14 116 37 37
Octal 236 115 314 27 76 0 24 426 67 67
Binary 10011110 1001101 11001100 10111 111110 0 10100 100010110 110111 110111

Color Harmonies of #9E4DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4DCC

Black with #9E4DCC

Text Example


Text Example

White with #9E4DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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