Html Css Color HEX #9E58BE Deep Lilac

📋 copy color: '#9E58BE'

red 158 ◦ green 88 ◦ blue 190

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

Shades of Deep Lilac #9E58BE

Tints of Deep Lilac #9E58BE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.18%

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

R = 36.24%
G = 20.18%
B = 43.58%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E58BE (or 0x9E58BE) is known color: Deep Lilac. HEX triplet: 9E, 58 and BE. RGB value is (158,88,190). Sum of RGB (Red+Green+Blue) = 158+88+190=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E58BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E58BE is #61A741. Grayscale: #787878. Windows color (decimal): -6399810 or 12474526. OLE color: 12474526.

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

Color convert

RGB 158 88 190 -
CMYK 0.17 0.54 0 0.25
HSL 281.18º 0.44% 0.55% -
HSV(B) 281.18º 0.54% 0.75% -
XYZ 26.88 17.97 50.77 -
YUV 120.56 167.19 154.71 -
System Red Green Blue C M Y K H S L
Decimal 158 88 190 0.17 0.54 0 0.25 281.18 0.44 0.55
Hex 9E 58 BE 11 36 0 19 119 2C 37
Octal 236 130 276 21 66 0 31 431 54 67
Binary 10011110 1011000 10111110 10001 110110 0 11001 100011001 101100 110111

Color Harmonies of #9E58BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E58BE

Black with #9E58BE

Text Example


Text Example

White with #9E58BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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