Html Css Color HEX #9E4CCF Deep Lilac

📋 copy color: '#9E4CCF'

red 158 ◦ green 76 ◦ blue 207

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

Shades of Deep Lilac #9E4CCF

Tints of Deep Lilac #9E4CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.23%

 BLUE value IS 207 (81.25% from 255) = 46.94%

R = 35.83%
G = 17.23%
B = 46.94%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E4CCF (or 0x9E4CCF) is known color: Deep Lilac. HEX triplet: 9E, 4C and CF. RGB value is (158,76,207). Sum of RGB (Red+Green+Blue) = 158+76+207=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E4CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4CCF is #61B330. Grayscale: #737373. Windows color (decimal): -6402865 or 13585566. OLE color: 13585566.

HSL color Cylindrical-coordinate representation of color #9E4CCF: hue angle of 277.56º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E4CCF is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 76 207 -
CMYK 0.24 0.63 0 0.19
HSL 277.56º 0.58% 0.55% -
HSV(B) 277.56º 0.63% 0.81% -
XYZ 27.95 16.94 60.83 -
YUV 115.45 179.67 158.35 -
System Red Green Blue C M Y K H S L
Decimal 158 76 207 0.24 0.63 0 0.19 277.56 0.58 0.55
Hex 9E 4C CF 18 3F 0 13 116 3A 37
Octal 236 114 317 30 77 0 23 426 72 67
Binary 10011110 1001100 11001111 11000 111111 0 10011 100010110 111010 110111

Color Harmonies of #9E4CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4CCF

Black with #9E4CCF

Text Example


Text Example

White with #9E4CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,76,207); }

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

background-color css

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

 a { background-color: rgb(158,76,207); }

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

border-color css

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

 span { border-color: rgb(158,76,207); }

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