#8432A9

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

Shades of Vivid Violet #8432A9

Tints of Vivid Violet #8432A9

Color information

#8432A9 (or 0x8432A9) is unknown color: approx Vivid Violet. HEX triplet: 84, 32 and A9. RGB value is (132,50,169). Sum of RGB (Red+Green+Blue) = 132+50+169=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 169 (66.41% from 255 or 48.15% from 351); Max value from RGB is 169 - color contains mainly: blue. Hex color #8432A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8432A9 is #7BCD56. Grayscale: #575757. Windows color (decimal): -8113495 or 11088516. OLE color: 11088516.

HSL color Cylindrical-coordinate representation of color #8432A9: hue angle of 281.34º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8432A9 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13250169-
CMYK0.220.7000.34
HSL281.34º54.34%42.94%-
HSV(B)281.34º70.41%66.27%-
XYZ17.8210.0538.54-
YUV88.08173.67159.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.61%
GREEN value IS 50 (19.92% from 255) = 14.25%
BLUE value IS 169 (66.41% from 255) = 48.15%
R=37.61%
G=14.25%
B=48.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal132501690.220.7000.34281.3454.3442.94
Hex8432A91646022119362b
Octal20462251261060424316653
Binary10000100110010101010011011010001100100010100011001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8432A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,50,169); }

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

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

 a { background-color: rgb(132,50,169); }

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

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

 span { border-color: rgb(132,50,169); }

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