Html Css Color HEX #9E7BAA Ce Soir

📋 copy color: '#9E7BAA'

red 158 ◦ green 123 ◦ blue 170

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

Shades of Ce Soir #9E7BAA

Tints of Ce Soir #9E7BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.27%

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

R = 35.03%
G = 27.27%
B = 37.69%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E7BAA (or 0x9E7BAA) is known color: Ce Soir. HEX triplet: 9E, 7B and AA. RGB value is (158,123,170). Sum of RGB (Red+Green+Blue) = 158+123+170=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E7BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7BAA is #618455. Grayscale: #8A8A8A. Windows color (decimal): -6390870 or 11172766. OLE color: 11172766.

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

Color convert

RGB 158 123 170 -
CMYK 0.07 0.28 0 0.33
HSL 284.68º 0.22% 0.57% -
HSV(B) 284.68º 0.28% 0.67% -
XYZ 28.44 24.34 41.23 -
YUV 138.82 145.6 141.68 -
System Red Green Blue C M Y K H S L
Decimal 158 123 170 0.07 0.28 0 0.33 284.68 0.22 0.57
Hex 9E 7B AA 7 1C 0 21 11D 16 39
Octal 236 173 252 7 34 0 41 435 26 71
Binary 10011110 1111011 10101010 111 11100 0 100001 100011101 10110 111001

Color Harmonies of #9E7BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7BAA

Black with #9E7BAA

Text Example


Text Example

White with #9E7BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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