#9864AA

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

Shades of Ce Soir #9864AA

Tints of Ce Soir #9864AA

Color information

#9864AA (or 0x9864AA) is unknown color: approx Ce Soir. HEX triplet: 98, 64 and AA. RGB value is (152,100,170). Sum of RGB (Red+Green+Blue) = 152+100+170=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #9864AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9864AA is #679B55. Grayscale: #7B7B7B. Windows color (decimal): -6789974 or 11166872. OLE color: 11166872.

HSL color Cylindrical-coordinate representation of color #9864AA: hue angle of 284.57º 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 #9864AA is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB152100170-
CMYK0.110.4100.33
HSL284.57º29.17%52.94%-
HSV(B)284.57º41.18%66.67%-
XYZ24.7618.6940.33-
YUV123.53154.23148.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.02%
GREEN value IS 100 (39.45% from 255) = 23.70%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=36.02%
G=23.70%
B=40.28%

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
Decimal1521001700.110.4100.33284.5729.1752.94
Hex9864AAB2902111d1d35
Octal23014425213510414353565
Binary100110001100100101010101011101001010000110001110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9864AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9864AA; }

 p { color: rgb(152,100,170); }

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

<style>
 a { background-color: #9864AA; }

 a { background-color: rgb(152,100,170); }

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

<style>
 span { border-color: #9864AA; }

 span { border-color: rgb(152,100,170); }

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