#9874A5

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

Shades of Ce Soir #9874A5

Tints of Ce Soir #9874A5

Color information

#9874A5 (or 0x9874A5) is unknown color: approx Ce Soir. HEX triplet: 98, 74 and A5. RGB value is (152,116,165). Sum of RGB (Red+Green+Blue) = 152+116+165=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 165 - color contains mainly: blue. Hex color #9874A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9874A5 is #678B5A. Grayscale: #848484. Windows color (decimal): -6785883 or 10843288. OLE color: 10843288.

HSL color Cylindrical-coordinate representation of color #9874A5: hue angle of 284.08º degrees, saturation: 0.21, 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 #9874A5 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB152116165-
CMYK0.080.3000.35
HSL284.08º21.4%55.1%-
HSV(B)284.08º29.7%64.71%-
XYZ25.9921.8838.45-
YUV132.35146.43142.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.10%
GREEN value IS 116 (45.70% from 255) = 26.79%
BLUE value IS 165 (64.84% from 255) = 38.11%
R=35.10%
G=26.79%
B=38.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1521161650.080.3000.35284.0821.455.1
Hex9874A581E02311c1537
Octal23016424510360434342567
Binary10011000111010010100101100011110010001110001110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9874A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9874A5; }

 p { color: rgb(152,116,165); }

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

<style>
 a { background-color: #9874A5; }

 a { background-color: rgb(152,116,165); }

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

<style>
 span { border-color: #9874A5; }

 span { border-color: rgb(152,116,165); }

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