Html Css Color HEX #9D78AA Ce Soir

📋 copy color: '#9D78AA'

red 157 ◦ green 120 ◦ blue 170

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

Shades of Ce Soir #9D78AA

Tints of Ce Soir #9D78AA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.85%

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

R = 35.12%
G = 26.85%
B = 38.03%

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

#9D78AA (or 0x9D78AA) is known color: Ce Soir. HEX triplet: 9D, 78 and AA. RGB value is (157,120,170). Sum of RGB (Red+Green+Blue) = 157+120+170=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D78AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D78AA is #628755. Grayscale: #888888. Windows color (decimal): -6457174 or 11171997. OLE color: 11171997.

HSL color Cylindrical-coordinate representation of color #9D78AA: hue angle of 284.4º degrees, saturation: 0.23, 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 #9D78AA is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 120 170 -
CMYK 0.08 0.29 0 0.33
HSL 284.4º 0.23% 0.57% -
HSV(B) 284.4º 0.29% 0.67% -
XYZ 27.88 23.5 41.1 -
YUV 136.76 146.76 142.43 -
System Red Green Blue C M Y K H S L
Decimal 157 120 170 0.08 0.29 0 0.33 284.4 0.23 0.57
Hex 9D 78 AA 8 1D 0 21 11C 17 39
Octal 235 170 252 10 35 0 41 434 27 71
Binary 10011101 1111000 10101010 1000 11101 0 100001 100011100 10111 111001

Color Harmonies of #9D78AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D78AA

Black with #9D78AA

Text Example


Text Example

White with #9D78AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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