#9866AE

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

Shades of Ce Soir #9866AE

Tints of Ce Soir #9866AE

Color information

#9866AE (or 0x9866AE) is unknown color: approx Ce Soir. HEX triplet: 98, 66 and AE. RGB value is (152,102,174). Sum of RGB (Red+Green+Blue) = 152+102+174=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #9866AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9866AE is #679951. Grayscale: #7C7C7C. Windows color (decimal): -6789458 or 11429528. OLE color: 11429528.

HSL color Cylindrical-coordinate representation of color #9866AE: hue angle of 281.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9866AE is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB152102174-
CMYK0.130.4100.32
HSL281.67º30.77%54.12%-
HSV(B)281.67º41.38%68.24%-
XYZ25.3419.2342.42-
YUV125.16155.56147.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.51%
GREEN value IS 102 (40.23% from 255) = 23.83%
BLUE value IS 174 (68.36% from 255) = 40.65%
R=35.51%
G=23.83%
B=40.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521021740.130.4100.32281.6730.7754.12
Hex9866AED2902011a1f36
Octal23014625615510404323766
Binary100110001100110101011101101101001010000010001101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9866AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9866AE; }

 p { color: rgb(152,102,174); }

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

<style>
 a { background-color: #9866AE; }

 a { background-color: rgb(152,102,174); }

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

<style>
 span { border-color: #9866AE; }

 span { border-color: rgb(152,102,174); }

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