Html Css Color HEX #9D7DAE Ce Soir

📋 copy color: '#9D7DAE'

red 157 ◦ green 125 ◦ blue 174

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

Shades of Ce Soir #9D7DAE

Tints of Ce Soir #9D7DAE

RGB

 RED value IS 157 (61.72% from 255) = 34.43%

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

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

R = 34.43%
G = 27.41%
B = 38.16%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9D7DAE (or 0x9D7DAE) is known color: Ce Soir. HEX triplet: 9D, 7D and AE. RGB value is (157,125,174). Sum of RGB (Red+Green+Blue) = 157+125+174=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D7DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7DAE is #628251. Grayscale: #8B8B8B. Windows color (decimal): -6455890 or 11435421. OLE color: 11435421.

HSL color Cylindrical-coordinate representation of color #9D7DAE: hue angle of 279.18º 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 #9D7DAE is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 157 125 174 -
CMYK 0.10 0.28 0 0.32
HSL 279.18º 0.23% 0.59% -
HSV(B) 279.18º 0.28% 0.68% -
XYZ 28.88 24.89 43.33 -
YUV 140.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 157 125 174 0.10 0.28 0 0.32 279.18 0.23 0.59
Hex 9D 7D AE A 1C 0 20 117 17 3B
Octal 235 175 256 12 34 0 40 427 27 73
Binary 10011101 1111101 10101110 1010 11100 0 100000 100010111 10111 111011

Color Harmonies of #9D7DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7DAE

Black with #9D7DAE

Text Example


Text Example

White with #9D7DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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