#9873AD

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

Shades of Ce Soir #9873AD

Tints of Ce Soir #9873AD

Color information

#9873AD (or 0x9873AD) is unknown color: approx Ce Soir. HEX triplet: 98, 73 and AD. RGB value is (152,115,173). Sum of RGB (Red+Green+Blue) = 152+115+173=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #9873AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9873AD is #678C52. Grayscale: #848484. Windows color (decimal): -6786131 or 11367320. OLE color: 11367320.

HSL color Cylindrical-coordinate representation of color #9873AD: hue angle of 278.28º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9873AD is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB152115173-
CMYK0.120.3400.32
HSL278.28º26.13%56.47%-
HSV(B)278.28º33.53%67.84%-
XYZ26.6221.9542.37-
YUV132.68150.76141.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.55%
GREEN value IS 115 (45.31% from 255) = 26.14%
BLUE value IS 173 (67.97% from 255) = 39.32%
R=34.55%
G=26.14%
B=39.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521151730.120.3400.32278.2826.1356.47
Hex9873ADC220201161a38
Octal23016325514420404263270
Binary100110001110011101011011100100010010000010001011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9873AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9873AD; }

 p { color: rgb(152,115,173); }

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

<style>
 a { background-color: #9873AD; }

 a { background-color: rgb(152,115,173); }

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

<style>
 span { border-color: #9873AD; }

 span { border-color: rgb(152,115,173); }

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