Html Css Color HEX #9E7DAE Ce Soir

📋 copy color: '#9E7DAE'

red 158 ◦ green 125 ◦ blue 174

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

Shades of Ce Soir #9E7DAE

Tints of Ce Soir #9E7DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.35%

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

R = 34.57%
G = 27.35%
B = 38.07%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9E7DAE (or 0x9E7DAE) is known color: Ce Soir. HEX triplet: 9E, 7D and AE. RGB value is (158,125,174). Sum of RGB (Red+Green+Blue) = 158+125+174=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E7DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7DAE is #618251. Grayscale: #8C8C8C. Windows color (decimal): -6390354 or 11435422. OLE color: 11435422.

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

Color convert

RGB 158 125 174 -
CMYK 0.09 0.28 0 0.32
HSL 280.41º 0.23% 0.59% -
HSV(B) 280.41º 0.28% 0.68% -
XYZ 29.07 24.99 43.34 -
YUV 140.45 146.93 140.52 -
System Red Green Blue C M Y K H S L
Decimal 158 125 174 0.09 0.28 0 0.32 280.41 0.23 0.59
Hex 9E 7D AE 9 1C 0 20 118 17 3B
Octal 236 175 256 11 34 0 40 430 27 73
Binary 10011110 1111101 10101110 1001 11100 0 100000 100011000 10111 111011

Color Harmonies of #9E7DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7DAE

Black with #9E7DAE

Text Example


Text Example

White with #9E7DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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