#8A5898

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

Shades of Violet Blue #8A5898

Tints of Violet Blue #8A5898

Color information

#8A5898 (or 0x8A5898) is unknown color: approx Violet Blue. HEX triplet: 8A, 58 and 98. RGB value is (138,88,152). Sum of RGB (Red+Green+Blue) = 138+88+152=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 152 - color contains mainly: blue. Hex color #8A5898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5898 is #75A767. Grayscale: #6E6E6E. Windows color (decimal): -7710568 or 9984138. OLE color: 9984138.

HSL color Cylindrical-coordinate representation of color #8A5898: hue angle of 286.88º degrees, saturation: 0.27, 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 #8A5898 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13888152-
CMYK0.090.4200.40
HSL286.88º26.67%47.06%-
HSV(B)286.88º42.11%59.61%-
XYZ19.6414.6531.5-
YUV110.25151.56147.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.51%
GREEN value IS 88 (34.77% from 255) = 23.28%
BLUE value IS 152 (59.77% from 255) = 40.21%
R=36.51%
G=23.28%
B=40.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal138881520.090.4200.40286.8826.6747.06
Hex8A589892A02811f1b2f
Octal21213023011520504373357
Binary100010101011000100110001001101010010100010001111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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