Html Css Color HEX #9876A0 Ce Soir

📋 copy color: '#9876A0'

red 152 ◦ green 118 ◦ blue 160

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

Shades of Ce Soir #9876A0

Tints of Ce Soir #9876A0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.44%

 BLUE value IS 160 (62.89% from 255) = 37.21%

R = 35.35%
G = 27.44%
B = 37.21%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9876A0 (or 0x9876A0) is known color: Ce Soir. HEX triplet: 98, 76 and A0. RGB value is (152,118,160). Sum of RGB (Red+Green+Blue) = 152+118+160=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 160 - color contains mainly: blue. Hex color #9876A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9876A0 is #67895F. Grayscale: #848484. Windows color (decimal): -6785376 or 10516120. OLE color: 10516120.

HSL color Cylindrical-coordinate representation of color #9876A0: hue angle of 288.57º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9876A0 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 152 118 160 -
CMYK 0.05 0.26 0 0.37
HSL 288.57º 0.18% 0.55% -
HSV(B) 288.57º 0.26% 0.63% -
XYZ 25.77 22.17 36.18 -
YUV 132.95 143.26 141.58 -
System Red Green Blue C M Y K H S L
Decimal 152 118 160 0.05 0.26 0 0.37 288.57 0.18 0.55
Hex 98 76 A0 5 1A 0 25 121 12 37
Octal 230 166 240 5 32 0 45 441 22 67
Binary 10011000 1110110 10100000 101 11010 0 100101 100100001 10010 110111

Color Harmonies of #9876A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9876A0

Black with #9876A0

Text Example


Text Example

White with #9876A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9876A0; }

 p { color: rgb(152,118,160); }

 H1.HeaderClassName
 {
   color: #9876A0;
 }
 .AnyTagClassName
 {
   color: #9876A0;
 }
</style>

background-color css

<style>
 a { background-color: #9876A0; }

 a { background-color: rgb(152,118,160); }

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

border-color css

<style>
 span { border-color: #9876A0; }

 span { border-color: rgb(152,118,160); }

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