Html Css Color HEX #9E7BAE Ce Soir

📋 copy color: '#9E7BAE'

red 158 ◦ green 123 ◦ blue 174

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

Shades of Ce Soir #9E7BAE

Tints of Ce Soir #9E7BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.24%

R = 34.73%
G = 27.03%
B = 38.24%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9E7BAE (or 0x9E7BAE) is known color: Ce Soir. HEX triplet: 9E, 7B and AE. RGB value is (158,123,174). Sum of RGB (Red+Green+Blue) = 158+123+174=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E7BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7BAE is #618451. Grayscale: #8B8B8B. Windows color (decimal): -6390866 or 11434910. OLE color: 11434910.

HSL color Cylindrical-coordinate representation of color #9E7BAE: hue angle of 281.18º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E7BAE is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 158 123 174 -
CMYK 0.09 0.29 0 0.32
HSL 281.18º 0.24% 0.58% -
HSV(B) 281.18º 0.29% 0.68% -
XYZ 28.82 24.49 43.25 -
YUV 139.28 147.6 141.35 -
System Red Green Blue C M Y K H S L
Decimal 158 123 174 0.09 0.29 0 0.32 281.18 0.24 0.58
Hex 9E 7B AE 9 1D 0 20 119 18 3A
Octal 236 173 256 11 35 0 40 431 30 72
Binary 10011110 1111011 10101110 1001 11101 0 100000 100011001 11000 111010

Color Harmonies of #9E7BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7BAE

Black with #9E7BAE

Text Example


Text Example

White with #9E7BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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