#9872A0

Color #9872A0 Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #9872A0

Tints of Ce Soir #9872A0

Color information

#9872A0 (or 0x9872A0) is unknown color: approx Ce Soir. HEX triplet: 98, 72 and A0. RGB value is (152,114,160). Sum of RGB (Red+Green+Blue) = 152+114+160=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 160 - color contains mainly: blue. Hex color #9872A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9872A0 is #678D5F. Grayscale: #828282. Windows color (decimal): -6786400 or 10515096. OLE color: 10515096.

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

Color convert

RGB152114160-
CMYK0.050.2900.37
HSL289.57º19.49%53.73%-
HSV(B)289.57º28.75%62.75%-
XYZ25.3121.2536.02-
YUV130.61144.59143.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.68%
GREEN value IS 114 (44.92% from 255) = 26.76%
BLUE value IS 160 (62.89% from 255) = 37.56%
R=35.68%
G=26.76%
B=37.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1521141600.050.2900.37289.5719.4953.73
Hex9872A051D0251221336
Octal2301622405350454422366
Binary1001100011100101010000010111101010010110010001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9872A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9872A0;
 }
 .AnyTagClassName
 {
   color: #9872A0;
 }
</style>
background-color css

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

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

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

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

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

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