Html Css Color HEX #9E4FC0 Deep Lilac

📋 copy color: '#9E4FC0'

red 158 ◦ green 79 ◦ blue 192

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

Shades of Deep Lilac #9E4FC0

Tints of Deep Lilac #9E4FC0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.41%

 BLUE value IS 192 (75.39% from 255) = 44.76%

R = 36.83%
G = 18.41%
B = 44.76%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E4FC0 (or 0x9E4FC0) is known color: Deep Lilac. HEX triplet: 9E, 4F and C0. RGB value is (158,79,192). Sum of RGB (Red+Green+Blue) = 158+79+192=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 192 - color contains mainly: blue. Hex color #9E4FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4FC0 is #61B03F. Grayscale: #737373. Windows color (decimal): -6402112 or 12603294. OLE color: 12603294.

HSL color Cylindrical-coordinate representation of color #9E4FC0: hue angle of 281.95º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E4FC0 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 79 192 -
CMYK 0.18 0.59 0 0.25
HSL 281.95º 0.47% 0.53% -
HSV(B) 281.95º 0.59% 0.75% -
XYZ 26.41 16.67 51.69 -
YUV 115.5 171.17 158.31 -
System Red Green Blue C M Y K H S L
Decimal 158 79 192 0.18 0.59 0 0.25 281.95 0.47 0.53
Hex 9E 4F C0 12 3B 0 19 11A 2F 35
Octal 236 117 300 22 73 0 31 432 57 65
Binary 10011110 1001111 11000000 10010 111011 0 11001 100011010 101111 110101

Color Harmonies of #9E4FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4FC0

Black with #9E4FC0

Text Example


Text Example

White with #9E4FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,79,192); }

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

background-color css

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

 a { background-color: rgb(158,79,192); }

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

border-color css

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

 span { border-color: rgb(158,79,192); }

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