Html Css Color HEX #9E56BC Deep Lilac

📋 copy color: '#9E56BC'

red 158 ◦ green 86 ◦ blue 188

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

Shades of Deep Lilac #9E56BC

Tints of Deep Lilac #9E56BC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.91%

 BLUE value IS 188 (73.83% from 255) = 43.52%

R = 36.57%
G = 19.91%
B = 43.52%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E56BC (or 0x9E56BC) is known color: Deep Lilac. HEX triplet: 9E, 56 and BC. RGB value is (158,86,188). Sum of RGB (Red+Green+Blue) = 158+86+188=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E56BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E56BC is #61A943. Grayscale: #767676. Windows color (decimal): -6400324 or 12342942. OLE color: 12342942.

HSL color Cylindrical-coordinate representation of color #9E56BC: hue angle of 282.35º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E56BC is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 86 188 -
CMYK 0.16 0.54 0 0.26
HSL 282.35º 0.43% 0.54% -
HSV(B) 282.35º 0.54% 0.74% -
XYZ 26.51 17.56 49.57 -
YUV 119.16 166.85 155.71 -
System Red Green Blue C M Y K H S L
Decimal 158 86 188 0.16 0.54 0 0.26 282.35 0.43 0.54
Hex 9E 56 BC 10 36 0 1A 11A 2B 36
Octal 236 126 274 20 66 0 32 432 53 66
Binary 10011110 1010110 10111100 10000 110110 0 11010 100011010 101011 110110

Color Harmonies of #9E56BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E56BC

Black with #9E56BC

Text Example


Text Example

White with #9E56BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,86,188); }

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

background-color css

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

 a { background-color: rgb(158,86,188); }

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

border-color css

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

 span { border-color: rgb(158,86,188); }

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