#8A5998

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

Shades of Violet Blue #8A5998

Tints of Violet Blue #8A5998

Color information

#8A5998 (or 0x8A5998) is unknown color: approx Violet Blue. HEX triplet: 8A, 59 and 98. RGB value is (138,89,152). Sum of RGB (Red+Green+Blue) = 138+89+152=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 152 - color contains mainly: blue. Hex color #8A5998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5998 is #75A667. Grayscale: #6E6E6E. Windows color (decimal): -7710312 or 9984394. OLE color: 9984394.

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

Color convert

RGB13889152-
CMYK0.090.4100.40
HSL286.67º26.14%47.25%-
HSV(B)286.67º41.45%59.61%-
XYZ19.7214.8231.53-
YUV110.83151.23147.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.41%
GREEN value IS 89 (35.16% from 255) = 23.48%
BLUE value IS 152 (59.77% from 255) = 40.11%
R=36.41%
G=23.48%
B=40.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal138891520.090.4100.40286.6726.1447.25
Hex8A599892902811f1a2f
Octal21213123011510504373257
Binary100010101011001100110001001101001010100010001111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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