#9865AE

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

Shades of Ce Soir #9865AE

Tints of Ce Soir #9865AE

Color information

#9865AE (or 0x9865AE) is unknown color: approx Ce Soir. HEX triplet: 98, 65 and AE. RGB value is (152,101,174). Sum of RGB (Red+Green+Blue) = 152+101+174=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #9865AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9865AE is #679A51. Grayscale: #7C7C7C. Windows color (decimal): -6789714 or 11429272. OLE color: 11429272.

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

Color convert

RGB152101174-
CMYK0.130.4200.32
HSL281.92º31.06%53.92%-
HSV(B)281.92º41.95%68.24%-
XYZ25.2419.0442.39-
YUV124.57155.9147.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.60%
GREEN value IS 101 (39.84% from 255) = 23.65%
BLUE value IS 174 (68.36% from 255) = 40.75%
R=35.60%
G=23.65%
B=40.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521011740.130.4200.32281.9231.0653.92
Hex9865AED2A02011a1f36
Octal23014525615520404323766
Binary100110001100101101011101101101010010000010001101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9865AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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