#8A5699

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

Shades of Violet Blue #8A5699

Tints of Violet Blue #8A5699

Color information

#8A5699 (or 0x8A5699) is unknown color: approx Violet Blue. HEX triplet: 8A, 56 and 99. RGB value is (138,86,153). Sum of RGB (Red+Green+Blue) = 138+86+153=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A5699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5699 is #75A966. Grayscale: #6C6C6C. Windows color (decimal): -7711079 or 10049162. OLE color: 10049162.

HSL color Cylindrical-coordinate representation of color #8A5699: hue angle of 286.57º degrees, saturation: 0.28, 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 #8A5699 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13886153-
CMYK0.100.4400.4
HSL286.57º28.03%46.86%-
HSV(B)286.57º43.79%60%-
XYZ19.5614.3631.88-
YUV109.19152.73148.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.60%
GREEN value IS 86 (33.98% from 255) = 22.81%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=36.60%
G=22.81%
B=40.58%

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
Decimal138861530.100.4400.4286.5728.0346.86
Hex8A5699A2C02811f1c2f
Octal21212623112540504373457
Binary100010101010110100110011010101100010100010001111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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