#8A5897

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

Shades of Violet Blue #8A5897

Tints of Violet Blue #8A5897

Color information

#8A5897 (or 0x8A5897) is unknown color: approx Violet Blue. HEX triplet: 8A, 58 and 97. RGB value is (138,88,151). Sum of RGB (Red+Green+Blue) = 138+88+151=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 151 - color contains mainly: blue. Hex color #8A5897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5897 is #75A768. Grayscale: #6D6D6D. Windows color (decimal): -7710569 or 9918602. OLE color: 9918602.

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

Color convert

RGB13888151-
CMYK0.090.4200.41
HSL287.62º26.36%46.86%-
HSV(B)287.62º41.72%59.22%-
XYZ19.5614.6231.07-
YUV110.13151.06147.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.60%
GREEN value IS 88 (34.77% from 255) = 23.34%
BLUE value IS 151 (59.38% from 255) = 40.05%
R=36.60%
G=23.34%
B=40.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal138881510.090.4200.41287.6226.3646.86
Hex8A589792A0291201a2f
Octal21213022711520514403257
Binary100010101011000100101111001101010010100110010000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,88,151); }

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

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

 a { background-color: rgb(138,88,151); }

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

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

 span { border-color: rgb(138,88,151); }

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