#8032A9

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

Shades of Vivid Violet #8032A9

Tints of Vivid Violet #8032A9

Color information

#8032A9 (or 0x8032A9) is unknown color: approx Vivid Violet. HEX triplet: 80, 32 and A9. RGB value is (128,50,169). Sum of RGB (Red+Green+Blue) = 128+50+169=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 169 (66.41% from 255 or 48.70% from 347); Max value from RGB is 169 - color contains mainly: blue. Hex color #8032A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8032A9 is #7FCD56. Grayscale: #565656. Windows color (decimal): -8375639 or 11088512. OLE color: 11088512.

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

Color convert

RGB12850169-
CMYK0.240.7000.34
HSL279.33º54.34%42.94%-
HSV(B)279.33º70.41%66.27%-
XYZ17.29.7338.51-
YUV86.89174.34157.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.89%
GREEN value IS 50 (19.92% from 255) = 14.41%
BLUE value IS 169 (66.41% from 255) = 48.70%
R=36.89%
G=14.41%
B=48.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal128501690.240.7000.34279.3354.3442.94
Hex8032A91846022117362b
Octal20062251301060424276653
Binary10000000110010101010011100010001100100010100010111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8032A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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