#8431AB

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

Shades of Vivid Violet #8431AB

Tints of Vivid Violet #8431AB

Color information

#8431AB (or 0x8431AB) is unknown color: approx Vivid Violet. HEX triplet: 84, 31 and AB. RGB value is (132,49,171). Sum of RGB (Red+Green+Blue) = 132+49+171=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #8431AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8431AB is #7BCE54. Grayscale: #575757. Windows color (decimal): -8113749 or 11219332. OLE color: 11219332.

HSL color Cylindrical-coordinate representation of color #8431AB: hue angle of 280.82º 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 #8431AB is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13249171-
CMYK0.230.7100.33
HSL280.82º55.45%43.14%-
HSV(B)280.82º71.35%67.06%-
XYZ17.9610.0439.52-
YUV87.72175159.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 49 (19.53% from 255) = 13.92%
BLUE value IS 171 (67.19% from 255) = 48.58%
R=37.5%
G=13.92%
B=48.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132491710.230.7100.33280.8255.4543.14
Hex8431AB1747021119372b
Octal20461253271070414316753
Binary10000100110001101010111011110001110100001100011001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8431AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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