#8A34A9

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

Shades of Vivid Violet #8A34A9

Tints of Vivid Violet #8A34A9

Color information

#8A34A9 (or 0x8A34A9) is unknown color: approx Vivid Violet. HEX triplet: 8A, 34 and A9. RGB value is (138,52,169). Sum of RGB (Red+Green+Blue) = 138+52+169=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 169 (66.41% from 255 or 47.08% from 359); Max value from RGB is 169 - color contains mainly: blue. Hex color #8A34A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A34A9 is #75CB56. Grayscale: #5A5A5A. Windows color (decimal): -7719767 or 11089034. OLE color: 11089034.

HSL color Cylindrical-coordinate representation of color #8A34A9: hue angle of 284.1º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A34A9 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13852169-
CMYK0.180.6900.34
HSL284.1º52.94%43.33%-
HSV(B)284.1º69.23%66.27%-
XYZ18.8710.7238.61-
YUV91.05171.99161.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.44%
GREEN value IS 52 (20.70% from 255) = 14.48%
BLUE value IS 169 (66.41% from 255) = 47.08%
R=38.44%
G=14.48%
B=47.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal138521690.180.6900.34284.152.9443.33
Hex8A34A9124502211c352b
Octal21264251221050424346553
Binary10001010110100101010011001010001010100010100011100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A34A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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