Html Css Color HEX #9E5FC0 Deep Lilac

📋 copy color: '#9E5FC0'

red 158 ◦ green 95 ◦ blue 192

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

Shades of Deep Lilac #9E5FC0

Tints of Deep Lilac #9E5FC0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.35%

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

R = 35.51%
G = 21.35%
B = 43.15%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E5FC0 (or 0x9E5FC0) is known color: Deep Lilac. HEX triplet: 9E, 5F and C0. RGB value is (158,95,192). Sum of RGB (Red+Green+Blue) = 158+95+192=445 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.51% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 192 - color contains mainly: blue. Hex color #9E5FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5FC0 is #61A03F. Grayscale: #7C7C7C. Windows color (decimal): -6398016 or 12607390. OLE color: 12607390.

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

Color convert

RGB 158 95 192 -
CMYK 0.18 0.51 0 0.25
HSL 278.97º 0.43% 0.56% -
HSV(B) 278.97º 0.51% 0.75% -
XYZ 27.71 19.26 52.13 -
YUV 124.9 165.87 151.61 -
System Red Green Blue C M Y K H S L
Decimal 158 95 192 0.18 0.51 0 0.25 278.97 0.43 0.56
Hex 9E 5F C0 12 33 0 19 117 2B 38
Octal 236 137 300 22 63 0 31 427 53 70
Binary 10011110 1011111 11000000 10010 110011 0 11001 100010111 101011 111000

Color Harmonies of #9E5FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5FC0

Black with #9E5FC0

Text Example


Text Example

White with #9E5FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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