Html Css Color HEX #9E7BAB Ce Soir

📋 copy color: '#9E7BAB'

red 158 ◦ green 123 ◦ blue 171

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

Shades of Ce Soir #9E7BAB

Tints of Ce Soir #9E7BAB

RGB

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

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

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

R = 34.96%
G = 27.21%
B = 37.83%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E7BAB (or 0x9E7BAB) is known color: Ce Soir. HEX triplet: 9E, 7B and AB. RGB value is (158,123,171). Sum of RGB (Red+Green+Blue) = 158+123+171=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E7BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7BAB is #618454. Grayscale: #8A8A8A. Windows color (decimal): -6390869 or 11238302. OLE color: 11238302.

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

Color convert

RGB 158 123 171 -
CMYK 0.08 0.28 0 0.33
HSL 283.75º 0.22% 0.58% -
HSV(B) 283.75º 0.28% 0.67% -
XYZ 28.53 24.38 41.73 -
YUV 138.94 146.1 141.6 -
System Red Green Blue C M Y K H S L
Decimal 158 123 171 0.08 0.28 0 0.33 283.75 0.22 0.58
Hex 9E 7B AB 8 1C 0 21 11C 16 3A
Octal 236 173 253 10 34 0 41 434 26 72
Binary 10011110 1111011 10101011 1000 11100 0 100001 100011100 10110 111010

Color Harmonies of #9E7BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7BAB

Black with #9E7BAB

Text Example


Text Example

White with #9E7BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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