#8A3589

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

Shades of Vivid Violet #8A3589

Tints of Vivid Violet #8A3589

Color information

#8A3589 (or 0x8A3589) is unknown color: approx Vivid Violet. HEX triplet: 8A, 35 and 89. RGB value is (138,53,137). Sum of RGB (Red+Green+Blue) = 138+53+137=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3589 is #75CA76. Grayscale: #575757. Windows color (decimal): -7719543 or 8992138. OLE color: 8992138.

HSL color Cylindrical-coordinate representation of color #8A3589: hue angle of 300.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A3589 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB13853137-
CMYK00.620.010.46
HSL300.71º44.5%37.45%-
HSV(B)300.71º61.59%54.12%-
XYZ16.279.7624.69-
YUV87.99155.66163.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.07%
GREEN value IS 53 (21.09% from 255) = 16.16%
BLUE value IS 137 (53.91% from 255) = 41.77%
R=42.07%
G=16.16%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1385313700.620.010.46300.7144.537.45
Hex8A358903E12E12d2d25
Octal212652110761564555545
Binary100010101101011000100101111101101110100101101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,53,137); }

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

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

 a { background-color: rgb(138,53,137); }

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

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

 span { border-color: rgb(138,53,137); }

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