Html Css Color HEX #9875A6 Ce Soir

📋 copy color: '#9875A6'

red 152 ◦ green 117 ◦ blue 166

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

Shades of Ce Soir #9875A6

Tints of Ce Soir #9875A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.16%

R = 34.94%
G = 26.9%
B = 38.16%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9875A6 (or 0x9875A6) is known color: Ce Soir. HEX triplet: 98, 75 and A6. RGB value is (152,117,166). Sum of RGB (Red+Green+Blue) = 152+117+166=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 166 - color contains mainly: blue. Hex color #9875A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9875A6 is #678A59. Grayscale: #848484. Windows color (decimal): -6785626 or 10909080. OLE color: 10909080.

HSL color Cylindrical-coordinate representation of color #9875A6: hue angle of 282.86º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9875A6 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 152 117 166 -
CMYK 0.08 0.30 0 0.35
HSL 282.86º 0.22% 0.55% -
HSV(B) 282.86º 0.3% 0.65% -
XYZ 26.19 22.15 38.97 -
YUV 133.05 146.6 141.52 -
System Red Green Blue C M Y K H S L
Decimal 152 117 166 0.08 0.30 0 0.35 282.86 0.22 0.55
Hex 98 75 A6 8 1E 0 23 11B 16 37
Octal 230 165 246 10 36 0 43 433 26 67
Binary 10011000 1110101 10100110 1000 11110 0 100011 100011011 10110 110111

Color Harmonies of #9875A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9875A6

Black with #9875A6

Text Example


Text Example

White with #9875A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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