Html Css Color HEX #9E76CE Lilac Bush

📋 copy color: '#9E76CE'

red 158 ◦ green 118 ◦ blue 206

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

Shades of Lilac Bush #9E76CE

Tints of Lilac Bush #9E76CE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.48%

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 32.78%
G = 24.48%
B = 42.74%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E76CE (or 0x9E76CE) is known color: Lilac Bush. HEX triplet: 9E, 76 and CE. RGB value is (158,118,206). Sum of RGB (Red+Green+Blue) = 158+118+206=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E76CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E76CE is #618931. Grayscale: #8B8B8B. Windows color (decimal): -6392114 or 13530782. OLE color: 13530782.

HSL color Cylindrical-coordinate representation of color #9E76CE: hue angle of 267.27º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E76CE is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 118 206 -
CMYK 0.23 0.43 0 0.19
HSL 267.27º 0.47% 0.64% -
HSV(B) 267.27º 0.43% 0.81% -
XYZ 31.72 24.68 61.48 -
YUV 139.99 165.25 140.84 -
System Red Green Blue C M Y K H S L
Decimal 158 118 206 0.23 0.43 0 0.19 267.27 0.47 0.64
Hex 9E 76 CE 17 2B 0 13 10B 2F 40
Octal 236 166 316 27 53 0 23 413 57 100
Binary 10011110 1110110 11001110 10111 101011 0 10011 100001011 101111 1000000

Color Harmonies of #9E76CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E76CE

Black with #9E76CE

Text Example


Text Example

White with #9E76CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,118,206); }

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

background-color css

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

 a { background-color: rgb(158,118,206); }

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

border-color css

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

 span { border-color: rgb(158,118,206); }

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