#8A5BA9

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

Shades of Ce Soir #8A5BA9

Tints of Ce Soir #8A5BA9

Color information

#8A5BA9 (or 0x8A5BA9) is unknown color: approx Ce Soir. HEX triplet: 8A, 5B and A9. RGB value is (138,91,169). Sum of RGB (Red+Green+Blue) = 138+91+169=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 169 (66.41% from 255 or 42.46% from 398); Max value from RGB is 169 - color contains mainly: blue. Hex color #8A5BA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5BA9 is #75A456. Grayscale: #717171. Windows color (decimal): -7709783 or 11099018. OLE color: 11099018.

HSL color Cylindrical-coordinate representation of color #8A5BA9: hue angle of 276.15º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A5BA9 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13891169-
CMYK0.180.4600.34
HSL276.15º31.2%50.98%-
HSV(B)276.15º46.15%66.27%-
XYZ21.3815.7539.45-
YUV113.94159.07145.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.67%
GREEN value IS 91 (35.94% from 255) = 22.86%
BLUE value IS 169 (66.41% from 255) = 42.46%
R=34.67%
G=22.86%
B=42.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal138911690.180.4600.34276.1531.250.98
Hex8A5BA9122E0221141f33
Octal21213325122560424243763
Binary1000101010110111010100110010101110010001010001010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,91,169); }

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

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

 a { background-color: rgb(138,91,169); }

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

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

 span { border-color: rgb(138,91,169); }

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