Html Css Color HEX #9875AA Ce Soir

📋 copy color: '#9875AA'

red 152 ◦ green 117 ◦ blue 170

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

Shades of Ce Soir #9875AA

Tints of Ce Soir #9875AA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.65%

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

R = 34.62%
G = 26.65%
B = 38.72%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9875AA (or 0x9875AA) is known color: Ce Soir. HEX triplet: 98, 75 and AA. RGB value is (152,117,170). Sum of RGB (Red+Green+Blue) = 152+117+170=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #9875AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9875AA is #678A55. Grayscale: #858585. Windows color (decimal): -6785622 or 11171224. OLE color: 11171224.

HSL color Cylindrical-coordinate representation of color #9875AA: hue angle of 279.62º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9875AA is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 117 170 -
CMYK 0.11 0.31 0 0.33
HSL 279.62º 0.24% 0.56% -
HSV(B) 279.62º 0.31% 0.67% -
XYZ 26.57 22.3 40.93 -
YUV 133.51 148.6 141.19 -
System Red Green Blue C M Y K H S L
Decimal 152 117 170 0.11 0.31 0 0.33 279.62 0.24 0.56
Hex 98 75 AA B 1F 0 21 118 18 38
Octal 230 165 252 13 37 0 41 430 30 70
Binary 10011000 1110101 10101010 1011 11111 0 100001 100011000 11000 111000

Color Harmonies of #9875AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9875AA

Black with #9875AA

Text Example


Text Example

White with #9875AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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