#8A3491

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

Shades of Vivid Violet #8A3491

Tints of Vivid Violet #8A3491

Color information

#8A3491 (or 0x8A3491) is unknown color: approx Vivid Violet. HEX triplet: 8A, 34 and 91. RGB value is (138,52,145). Sum of RGB (Red+Green+Blue) = 138+52+145=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 145 - color contains mainly: blue. Hex color #8A3491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3491 is #75CB6E. Grayscale: #585858. Windows color (decimal): -7719791 or 9516170. OLE color: 9516170.

HSL color Cylindrical-coordinate representation of color #8A3491: hue angle of 295.48º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A3491 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13852145-
CMYK0.050.6400.43
HSL295.48º47.21%38.63%-
HSV(B)295.48º64.14%56.86%-
XYZ16.829.927.81-
YUV88.32159.99163.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.19%
GREEN value IS 52 (20.70% from 255) = 15.52%
BLUE value IS 145 (57.03% from 255) = 43.28%
R=41.19%
G=15.52%
B=43.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal138521450.050.6400.43295.4847.2138.63
Hex8A349154002B1272f27
Octal2126422151000534475747
Binary100010101101001001000110110000000101011100100111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,52,145); }

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

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

 a { background-color: rgb(138,52,145); }

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

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

 span { border-color: rgb(138,52,145); }

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