#8A6595

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

Shades of Ce Soir #8A6595

Tints of Ce Soir #8A6595

Color information

#8A6595 (or 0x8A6595) is unknown color: approx Ce Soir. HEX triplet: 8A, 65 and 95. RGB value is (138,101,149). Sum of RGB (Red+Green+Blue) = 138+101+149=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 149 - color contains mainly: blue. Hex color #8A6595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6595 is #759A6A. Grayscale: #757575. Windows color (decimal): -7707243 or 9790858. OLE color: 9790858.

HSL color Cylindrical-coordinate representation of color #8A6595: hue angle of 286.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A6595 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB138101149-
CMYK0.070.3200.42
HSL286.25º19.2%49.02%-
HSV(B)286.25º32.21%58.43%-
XYZ20.5616.8830.61-
YUV117.54145.76142.6-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.57%
GREEN value IS 101 (39.84% from 255) = 26.03%
BLUE value IS 149 (58.59% from 255) = 38.40%
R=35.57%
G=26.03%
B=38.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1381011490.070.3200.42286.2519.249.02
Hex8A659572002A11e1331
Octal2121452257400524362361
Binary10001010110010110010101111100000010101010001111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,101,149); }

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

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

 a { background-color: rgb(138,101,149); }

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

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

 span { border-color: rgb(138,101,149); }

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