#8A4899

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

Shades of Vivid Violet #8A4899

Tints of Vivid Violet #8A4899

Color information

#8A4899 (or 0x8A4899) is unknown color: approx Vivid Violet. HEX triplet: 8A, 48 and 99. RGB value is (138,72,153). Sum of RGB (Red+Green+Blue) = 138+72+153=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A4899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4899 is #75B766. Grayscale: #646464. Windows color (decimal): -7714663 or 10045578. OLE color: 10045578.

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

Color convert

RGB13872153-
CMYK0.100.5300.4
HSL288.89º36%44.12%-
HSV(B)288.89º52.94%60%-
XYZ18.5512.3431.54-
YUV100.97157.37154.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.02%
GREEN value IS 72 (28.52% from 255) = 19.83%
BLUE value IS 153 (60.16% from 255) = 42.15%
R=38.02%
G=19.83%
B=42.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal138721530.100.5300.4288.893644.12
Hex8A4899A35028121242c
Octal21211023112650504414454
Binary1000101010010001001100110101101010101000100100001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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