#8431A4

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

Shades of Vivid Violet #8431A4

Tints of Vivid Violet #8431A4

Color information

#8431A4 (or 0x8431A4) is unknown color: approx Vivid Violet. HEX triplet: 84, 31 and A4. RGB value is (132,49,164). Sum of RGB (Red+Green+Blue) = 132+49+164=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 164 (64.45% from 255 or 47.54% from 345); Max value from RGB is 164 - color contains mainly: blue. Hex color #8431A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8431A4 is #7BCE5B. Grayscale: #565656. Windows color (decimal): -8113756 or 10760580. OLE color: 10760580.

HSL color Cylindrical-coordinate representation of color #8431A4: hue angle of 283.3º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8431A4 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13249164-
CMYK0.200.7000.36
HSL283.3º53.99%41.76%-
HSV(B)283.3º70.12%64.31%-
XYZ17.319.7836.1-
YUV86.93171.5160.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 49 (19.53% from 255) = 14.20%
BLUE value IS 164 (64.45% from 255) = 47.54%
R=38.26%
G=14.20%
B=47.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal132491640.200.7000.36283.353.9941.76
Hex8431A4144602411b362a
Octal20461244241060444336652
Binary10000100110001101001001010010001100100100100011011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8431A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8431A4; }

 p { color: rgb(132,49,164); }

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

<style>
 a { background-color: #8431A4; }

 a { background-color: rgb(132,49,164); }

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

<style>
 span { border-color: #8431A4; }

 span { border-color: rgb(132,49,164); }

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