#8432AA

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

Shades of Vivid Violet #8432AA

Tints of Vivid Violet #8432AA

Color information

#8432AA (or 0x8432AA) is unknown color: approx Vivid Violet. HEX triplet: 84, 32 and AA. RGB value is (132,50,170). Sum of RGB (Red+Green+Blue) = 132+50+170=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #8432AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8432AA is #7BCD55. Grayscale: #575757. Windows color (decimal): -8113494 or 11154052. OLE color: 11154052.

HSL color Cylindrical-coordinate representation of color #8432AA: hue angle of 281º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8432AA is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13250170-
CMYK0.220.7100.33
HSL281º54.55%43.14%-
HSV(B)281º70.59%66.67%-
XYZ17.9110.0939.03-
YUV88.2174.17159.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 50 (19.92% from 255) = 14.20%
BLUE value IS 170 (66.80% from 255) = 48.30%
R=37.5%
G=14.20%
B=48.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132501700.220.7100.3328154.5543.14
Hex8432AA1647021119372b
Octal20462252261070414316753
Binary10000100110010101010101011010001110100001100011001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8432AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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