Html Css Color HEX #9D79AA Ce Soir

📋 copy color: '#9D79AA'

red 157 ◦ green 121 ◦ blue 170

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

Shades of Ce Soir #9D79AA

Tints of Ce Soir #9D79AA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.01%

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

R = 35.04%
G = 27.01%
B = 37.95%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D79AA (or 0x9D79AA) is known color: Ce Soir. HEX triplet: 9D, 79 and AA. RGB value is (157,121,170). Sum of RGB (Red+Green+Blue) = 157+121+170=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D79AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D79AA is #628655. Grayscale: #898989. Windows color (decimal): -6456918 or 11172253. OLE color: 11172253.

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

Color convert

RGB 157 121 170 -
CMYK 0.08 0.29 0 0.33
HSL 284.08º 0.22% 0.57% -
HSV(B) 284.08º 0.29% 0.67% -
XYZ 28 23.75 41.14 -
YUV 137.35 146.43 142.02 -
System Red Green Blue C M Y K H S L
Decimal 157 121 170 0.08 0.29 0 0.33 284.08 0.22 0.57
Hex 9D 79 AA 8 1D 0 21 11C 16 39
Octal 235 171 252 10 35 0 41 434 26 71
Binary 10011101 1111001 10101010 1000 11101 0 100001 100011100 10110 111001

Color Harmonies of #9D79AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D79AA

Black with #9D79AA

Text Example


Text Example

White with #9D79AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,121,170); }

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

background-color css

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

 a { background-color: rgb(157,121,170); }

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

border-color css

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

 span { border-color: rgb(157,121,170); }

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