#9868AA

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

Shades of Ce Soir #9868AA

Tints of Ce Soir #9868AA

Color information

#9868AA (or 0x9868AA) is unknown color: approx Ce Soir. HEX triplet: 98, 68 and AA. RGB value is (152,104,170). Sum of RGB (Red+Green+Blue) = 152+104+170=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #9868AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9868AA is #679755. Grayscale: #7D7D7D. Windows color (decimal): -6788950 or 11167896. OLE color: 11167896.

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

Color convert

RGB152104170-
CMYK0.110.3900.33
HSL283.64º27.97%53.73%-
HSV(B)283.64º38.82%66.67%-
XYZ25.1519.4840.46-
YUV125.88152.9146.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.68%
GREEN value IS 104 (41.02% from 255) = 24.41%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=35.68%
G=24.41%
B=39.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521041700.110.3900.33283.6427.9753.73
Hex9868AAB2702111c1c36
Octal23015025213470414343466
Binary100110001101000101010101011100111010000110001110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9868AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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