#9865AB

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

Shades of Ce Soir #9865AB

Tints of Ce Soir #9865AB

Color information

#9865AB (or 0x9865AB) is unknown color: approx Ce Soir. HEX triplet: 98, 65 and AB. RGB value is (152,101,171). Sum of RGB (Red+Green+Blue) = 152+101+171=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #9865AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9865AB is #679A54. Grayscale: #7C7C7C. Windows color (decimal): -6789717 or 11232664. OLE color: 11232664.

HSL color Cylindrical-coordinate representation of color #9865AB: hue angle of 283.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9865AB is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB152101171-
CMYK0.110.4100.33
HSL283.71º29.41%53.33%-
HSV(B)283.71º40.94%67.06%-
XYZ24.9518.9240.87-
YUV124.23154.4147.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.85%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=35.85%
G=23.82%
B=40.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521011710.110.4100.33283.7129.4153.33
Hex9865ABB2902111c1d35
Octal23014525313510414343565
Binary100110001100101101010111011101001010000110001110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9865AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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