#8A6199

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

Shades of Ce Soir #8A6199

Tints of Ce Soir #8A6199

Color information

#8A6199 (or 0x8A6199) is unknown color: approx Ce Soir. HEX triplet: 8A, 61 and 99. RGB value is (138,97,153). Sum of RGB (Red+Green+Blue) = 138+97+153=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A6199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6199 is #759E66. Grayscale: #737373. Windows color (decimal): -7708263 or 10051978. OLE color: 10051978.

HSL color Cylindrical-coordinate representation of color #8A6199: hue angle of 283.93º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A6199 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13897153-
CMYK0.100.3700.4
HSL283.93º22.4%49.02%-
HSV(B)283.93º36.6%60%-
XYZ20.5116.2532.19-
YUV115.64149.08143.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.57%
GREEN value IS 97 (38.28% from 255) = 25%
BLUE value IS 153 (60.16% from 255) = 39.43%
R=35.57%
G=25%
B=39.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal138971530.100.3700.4283.9322.449.02
Hex8A6199A2502811c1631
Octal21214123112450504342661
Binary100010101100001100110011010100101010100010001110010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A6199; }

 p { color: rgb(138,97,153); }

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

<style>
 a { background-color: #8A6199; }

 a { background-color: rgb(138,97,153); }

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

<style>
 span { border-color: #8A6199; }

 span { border-color: rgb(138,97,153); }

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