#8431AE

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

Shades of Vivid Violet #8431AE

Tints of Vivid Violet #8431AE

Color information

#8431AE (or 0x8431AE) is unknown color: approx Vivid Violet. HEX triplet: 84, 31 and AE. RGB value is (132,49,174). Sum of RGB (Red+Green+Blue) = 132+49+174=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #8431AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8431AE is #7BCE51. Grayscale: #575757. Windows color (decimal): -8113746 or 11415940. OLE color: 11415940.

HSL color Cylindrical-coordinate representation of color #8431AE: hue angle of 279.84º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8431AE is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13249174-
CMYK0.240.7200.32
HSL279.84º56.05%43.73%-
HSV(B)279.84º71.84%68.24%-
XYZ18.2510.1641.04-
YUV88.07176.5159.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.18%
GREEN value IS 49 (19.53% from 255) = 13.80%
BLUE value IS 174 (68.36% from 255) = 49.01%
R=37.18%
G=13.80%
B=49.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132491740.240.7200.32279.8456.0543.73
Hex8431AE1848020118382c
Octal20461256301100404307054
Binary10000100110001101011101100010010000100000100011000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8431AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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