Html Css Color HEX #9879AA Ce Soir

📋 copy color: '#9879AA'

red 152 ◦ green 121 ◦ blue 170

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

Shades of Ce Soir #9879AA

Tints of Ce Soir #9879AA

RGB

 RED value IS 152 (59.77% from 255) = 34.31%

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

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

R = 34.31%
G = 27.31%
B = 38.37%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9879AA (or 0x9879AA) is known color: Ce Soir. HEX triplet: 98, 79 and AA. RGB value is (152,121,170). Sum of RGB (Red+Green+Blue) = 152+121+170=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #9879AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9879AA is #678655. Grayscale: #878787. Windows color (decimal): -6784598 or 11172248. OLE color: 11172248.

HSL color Cylindrical-coordinate representation of color #9879AA: hue angle of 277.96º 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 #9879AA is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 121 170 -
CMYK 0.11 0.29 0 0.33
HSL 277.96º 0.22% 0.57% -
HSV(B) 277.96º 0.29% 0.67% -
XYZ 27.04 23.25 41.09 -
YUV 135.86 147.27 139.52 -
System Red Green Blue C M Y K H S L
Decimal 152 121 170 0.11 0.29 0 0.33 277.96 0.22 0.57
Hex 98 79 AA B 1D 0 21 116 16 39
Octal 230 171 252 13 35 0 41 426 26 71
Binary 10011000 1111001 10101010 1011 11101 0 100001 100010110 10110 111001

Color Harmonies of #9879AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9879AA

Black with #9879AA

Text Example


Text Example

White with #9879AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9879AA; }

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

 H1.HeaderClassName
 {
   color: #9879AA;
 }
 .AnyTagClassName
 {
   color: #9879AA;
 }
</style>

background-color css

<style>
 a { background-color: #9879AA; }

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

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

border-color css

<style>
 span { border-color: #9879AA; }

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

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