Html Css Color HEX #9E76AA Ce Soir

📋 copy color: '#9E76AA'

red 158 ◦ green 118 ◦ blue 170

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

Shades of Ce Soir #9E76AA

Tints of Ce Soir #9E76AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.12%

R = 35.43%
G = 26.46%
B = 38.12%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E76AA (or 0x9E76AA) is known color: Ce Soir. HEX triplet: 9E, 76 and AA. RGB value is (158,118,170). Sum of RGB (Red+Green+Blue) = 158+118+170=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E76AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E76AA is #618955. Grayscale: #878787. Windows color (decimal): -6392150 or 11171486. OLE color: 11171486.

HSL color Cylindrical-coordinate representation of color #9E76AA: hue angle of 286.15º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E76AA is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 118 170 -
CMYK 0.07 0.31 0 0.33
HSL 286.15º 0.23% 0.56% -
HSV(B) 286.15º 0.31% 0.67% -
XYZ 27.83 23.13 41.03 -
YUV 135.89 147.25 143.77 -
System Red Green Blue C M Y K H S L
Decimal 158 118 170 0.07 0.31 0 0.33 286.15 0.23 0.56
Hex 9E 76 AA 7 1F 0 21 11E 17 38
Octal 236 166 252 7 37 0 41 436 27 70
Binary 10011110 1110110 10101010 111 11111 0 100001 100011110 10111 111000

Color Harmonies of #9E76AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E76AA

Black with #9E76AA

Text Example


Text Example

White with #9E76AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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