Html Css Color HEX #9E55BE Deep Lilac

📋 copy color: '#9E55BE'

red 158 ◦ green 85 ◦ blue 190

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

Shades of Deep Lilac #9E55BE

Tints of Deep Lilac #9E55BE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.63%

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

R = 36.49%
G = 19.63%
B = 43.88%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E55BE (or 0x9E55BE) is known color: Deep Lilac. HEX triplet: 9E, 55 and BE. RGB value is (158,85,190). Sum of RGB (Red+Green+Blue) = 158+85+190=433 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.49% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E55BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E55BE is #61AA41. Grayscale: #767676. Windows color (decimal): -6400578 or 12473758. OLE color: 12473758.

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

Color convert

RGB 158 85 190 -
CMYK 0.17 0.55 0 0.25
HSL 281.71º 0.45% 0.54% -
HSV(B) 281.71º 0.55% 0.75% -
XYZ 26.64 17.48 50.69 -
YUV 118.8 168.18 155.96 -
System Red Green Blue C M Y K H S L
Decimal 158 85 190 0.17 0.55 0 0.25 281.71 0.45 0.54
Hex 9E 55 BE 11 37 0 19 11A 2D 36
Octal 236 125 276 21 67 0 31 432 55 66
Binary 10011110 1010101 10111110 10001 110111 0 11001 100011010 101101 110110

Color Harmonies of #9E55BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E55BE

Black with #9E55BE

Text Example


Text Example

White with #9E55BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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