Html Css Color HEX #9E50BE Deep Lilac

📋 copy color: '#9E50BE'

red 158 ◦ green 80 ◦ blue 190

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

Shades of Deep Lilac #9E50BE

Tints of Deep Lilac #9E50BE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.69%

 BLUE value IS 190 (74.61% from 255) = 44.39%

R = 36.92%
G = 18.69%
B = 44.39%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E50BE (or 0x9E50BE) is known color: Deep Lilac. HEX triplet: 9E, 50 and BE. RGB value is (158,80,190). Sum of RGB (Red+Green+Blue) = 158+80+190=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E50BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E50BE is #61AF41. Grayscale: #737373. Windows color (decimal): -6401858 or 12472478. OLE color: 12472478.

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

Color convert

RGB 158 80 190 -
CMYK 0.17 0.58 0 0.25
HSL 282.55º 0.46% 0.53% -
HSV(B) 282.55º 0.58% 0.75% -
XYZ 26.26 16.72 50.56 -
YUV 115.86 169.84 158.06 -
System Red Green Blue C M Y K H S L
Decimal 158 80 190 0.17 0.58 0 0.25 282.55 0.46 0.53
Hex 9E 50 BE 11 3A 0 19 11B 2E 35
Octal 236 120 276 21 72 0 31 433 56 65
Binary 10011110 1010000 10111110 10001 111010 0 11001 100011011 101110 110101

Color Harmonies of #9E50BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E50BE

Black with #9E50BE

Text Example


Text Example

White with #9E50BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,80,190); }

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

background-color css

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

 a { background-color: rgb(158,80,190); }

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

border-color css

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

 span { border-color: rgb(158,80,190); }

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