#9869AC

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

Shades of Ce Soir #9869AC

Tints of Ce Soir #9869AC

Color information

#9869AC (or 0x9869AC) is unknown color: approx Ce Soir. HEX triplet: 98, 69 and AC. RGB value is (152,105,172). Sum of RGB (Red+Green+Blue) = 152+105+172=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #9869AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9869AC is #679653. Grayscale: #7E7E7E. Windows color (decimal): -6788692 or 11299224. OLE color: 11299224.

HSL color Cylindrical-coordinate representation of color #9869AC: hue angle of 282.09º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9869AC is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB152105172-
CMYK0.120.3900.33
HSL282.09º28.76%54.31%-
HSV(B)282.09º38.95%67.45%-
XYZ25.4519.7641.5-
YUV126.69153.57146.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.43%
GREEN value IS 105 (41.41% from 255) = 24.48%
BLUE value IS 172 (67.58% from 255) = 40.09%
R=35.43%
G=24.48%
B=40.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521051720.120.3900.33282.0928.7654.31
Hex9869ACC2702111a1d36
Octal23015125414470414323566
Binary100110001101001101011001100100111010000110001101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9869AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9869AC; }

 p { color: rgb(152,105,172); }

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

<style>
 a { background-color: #9869AC; }

 a { background-color: rgb(152,105,172); }

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

<style>
 span { border-color: #9869AC; }

 span { border-color: rgb(152,105,172); }

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