#8A5599

Color #8A5599 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #8A5599

Tints of Violet Blue #8A5599

Color information

#8A5599 (or 0x8A5599) is unknown color: approx Violet Blue. HEX triplet: 8A, 55 and 99. RGB value is (138,85,153). Sum of RGB (Red+Green+Blue) = 138+85+153=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A5599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5599 is #75AA66. Grayscale: #6C6C6C. Windows color (decimal): -7711335 or 10048906. OLE color: 10048906.

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

Color convert

RGB13885153-
CMYK0.100.4400.4
HSL286.76º28.57%46.67%-
HSV(B)286.76º44.44%60%-
XYZ19.4814.231.85-
YUV108.6153.06148.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.70%
GREEN value IS 85 (33.59% from 255) = 22.61%
BLUE value IS 153 (60.16% from 255) = 40.69%
R=36.70%
G=22.61%
B=40.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal138851530.100.4400.4286.7628.5746.67
Hex8A5599A2C02811f1d2f
Octal21212523112540504373557
Binary100010101010101100110011010101100010100010001111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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