#8A5999

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

Shades of Violet Blue #8A5999

Tints of Violet Blue #8A5999

Color information

#8A5999 (or 0x8A5999) is unknown color: approx Violet Blue. HEX triplet: 8A, 59 and 99. RGB value is (138,89,153). Sum of RGB (Red+Green+Blue) = 138+89+153=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A5999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5999 is #75A666. Grayscale: #6E6E6E. Windows color (decimal): -7710311 or 10049930. OLE color: 10049930.

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

Color convert

RGB13889153-
CMYK0.100.4200.4
HSL285.94º26.45%47.45%-
HSV(B)285.94º41.83%60%-
XYZ19.814.8531.96-
YUV110.95151.73147.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.32%
GREEN value IS 89 (35.16% from 255) = 23.42%
BLUE value IS 153 (60.16% from 255) = 40.26%
R=36.32%
G=23.42%
B=40.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal138891530.100.4200.4285.9426.4547.45
Hex8A5999A2A02811e1a2f
Octal21213123112520504363257
Binary100010101011001100110011010101010010100010001111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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