Html Css Color HEX #9E54CC Deep Lilac

📋 copy color: '#9E54CC'

red 158 ◦ green 84 ◦ blue 204

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

Shades of Deep Lilac #9E54CC

Tints of Deep Lilac #9E54CC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.83%

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

R = 35.43%
G = 18.83%
B = 45.74%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9E54CC (or 0x9E54CC) is known color: Deep Lilac. HEX triplet: 9E, 54 and CC. RGB value is (158,84,204). Sum of RGB (Red+Green+Blue) = 158+84+204=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E54CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E54CC is #61AB33. Grayscale: #777777. Windows color (decimal): -6400820 or 13391006. OLE color: 13391006.

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

Color convert

RGB 158 84 204 -
CMYK 0.23 0.59 0 0.2
HSL 277º 0.54% 0.56% -
HSV(B) 277º 0.59% 0.8% -
XYZ 28.17 17.97 59.11 -
YUV 119.81 175.52 155.24 -
System Red Green Blue C M Y K H S L
Decimal 158 84 204 0.23 0.59 0 0.2 277 0.54 0.56
Hex 9E 54 CC 17 3B 0 14 115 36 38
Octal 236 124 314 27 73 0 24 425 66 70
Binary 10011110 1010100 11001100 10111 111011 0 10100 100010101 110110 111000

Color Harmonies of #9E54CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E54CC

Black with #9E54CC

Text Example


Text Example

White with #9E54CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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