#8A5299

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

Shades of Vivid Violet #8A5299

Tints of Vivid Violet #8A5299

Color information

#8A5299 (or 0x8A5299) is unknown color: approx Vivid Violet. HEX triplet: 8A, 52 and 99. RGB value is (138,82,153). Sum of RGB (Red+Green+Blue) = 138+82+153=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A5299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5299 is #75AD66. Grayscale: #6A6A6A. Windows color (decimal): -7712103 or 10048138. OLE color: 10048138.

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

Color convert

RGB13882153-
CMYK0.100.4600.4
HSL287.32º30.21%46.08%-
HSV(B)287.32º46.41%60%-
XYZ19.2513.7431.77-
YUV106.84154.05150.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.00%
GREEN value IS 82 (32.42% from 255) = 21.98%
BLUE value IS 153 (60.16% from 255) = 41.02%
R=37.00%
G=21.98%
B=41.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal138821530.100.4600.4287.3230.2146.08
Hex8A5299A2E02811f1e2e
Octal21212223112560504373656
Binary100010101010010100110011010101110010100010001111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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