Html Css Color HEX #9E55CC Deep Lilac

📋 copy color: '#9E55CC'

red 158 ◦ green 85 ◦ blue 204

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

Shades of Deep Lilac #9E55CC

Tints of Deep Lilac #9E55CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 35.35%
G = 19.02%
B = 45.64%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9E55CC (or 0x9E55CC) is known color: Deep Lilac. HEX triplet: 9E, 55 and CC. RGB value is (158,85,204). Sum of RGB (Red+Green+Blue) = 158+85+204=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E55CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E55CC is #61AA33. Grayscale: #777777. Windows color (decimal): -6400564 or 13391262. OLE color: 13391262.

HSL color Cylindrical-coordinate representation of color #9E55CC: hue angle of 276.81º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E55CC is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 158 85 204 -
CMYK 0.23 0.58 0 0.2
HSL 276.81º 0.54% 0.57% -
HSV(B) 276.81º 0.58% 0.8% -
XYZ 28.25 18.13 59.14 -
YUV 120.39 175.18 154.82 -
System Red Green Blue C M Y K H S L
Decimal 158 85 204 0.23 0.58 0 0.2 276.81 0.54 0.57
Hex 9E 55 CC 17 3A 0 14 115 36 39
Octal 236 125 314 27 72 0 24 425 66 71
Binary 10011110 1010101 11001100 10111 111010 0 10100 100010101 110110 111001

Color Harmonies of #9E55CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E55CC

Black with #9E55CC

Text Example


Text Example

White with #9E55CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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