#8534A9

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

Shades of Vivid Violet #8534A9

Tints of Vivid Violet #8534A9

Color information

#8534A9 (or 0x8534A9) is unknown color: approx Vivid Violet. HEX triplet: 85, 34 and A9. RGB value is (133,52,169). Sum of RGB (Red+Green+Blue) = 133+52+169=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 169 (66.41% from 255 or 47.74% from 354); Max value from RGB is 169 - color contains mainly: blue. Hex color #8534A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8534A9 is #7ACB56. Grayscale: #595959. Windows color (decimal): -8047447 or 11089029. OLE color: 11089029.

HSL color Cylindrical-coordinate representation of color #8534A9: hue angle of 281.54º 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 #8534A9 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13352169-
CMYK0.210.6900.34
HSL281.54º52.94%43.33%-
HSV(B)281.54º69.23%66.27%-
XYZ18.0610.3138.57-
YUV89.56172.84158.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 52 (20.70% from 255) = 14.69%
BLUE value IS 169 (66.41% from 255) = 47.74%
R=37.57%
G=14.69%
B=47.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal133521690.210.6900.34281.5452.9443.33
Hex8534A9154502211a352b
Octal20564251251050424326553
Binary10000101110100101010011010110001010100010100011010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8534A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8534A9; }

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

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

<style>
 a { background-color: #8534A9; }

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

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

<style>
 span { border-color: #8534A9; }

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

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