Html Css Color HEX #9E76AB Ce Soir

📋 copy color: '#9E76AB'

red 158 ◦ green 118 ◦ blue 171

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

Shades of Ce Soir #9E76AB

Tints of Ce Soir #9E76AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.26%

R = 35.35%
G = 26.4%
B = 38.26%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E76AB (or 0x9E76AB) is known color: Ce Soir. HEX triplet: 9E, 76 and AB. RGB value is (158,118,171). Sum of RGB (Red+Green+Blue) = 158+118+171=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E76AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E76AB is #618954. Grayscale: #878787. Windows color (decimal): -6392149 or 11237022. OLE color: 11237022.

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

Color convert

RGB 158 118 171 -
CMYK 0.08 0.31 0 0.33
HSL 285.28º 0.24% 0.57% -
HSV(B) 285.28º 0.31% 0.67% -
XYZ 27.93 23.17 41.53 -
YUV 136 147.75 143.69 -
System Red Green Blue C M Y K H S L
Decimal 158 118 171 0.08 0.31 0 0.33 285.28 0.24 0.57
Hex 9E 76 AB 8 1F 0 21 11D 18 39
Octal 236 166 253 10 37 0 41 435 30 71
Binary 10011110 1110110 10101011 1000 11111 0 100001 100011101 11000 111001

Color Harmonies of #9E76AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E76AB

Black with #9E76AB

Text Example


Text Example

White with #9E76AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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