#832AAD

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

Shades of Vivid Violet #832AAD

Tints of Vivid Violet #832AAD

Color information

#832AAD (or 0x832AAD) is unknown color: approx Vivid Violet. HEX triplet: 83, 2A and AD. RGB value is (131,42,173). Sum of RGB (Red+Green+Blue) = 131+42+173=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 42 (16.80% from 255 or 12.14% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #832AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832AAD is #7CD552. Grayscale: #535353. Windows color (decimal): -8181075 or 11348611. OLE color: 11348611.

HSL color Cylindrical-coordinate representation of color #832AAD: hue angle of 280.76º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #832AAD is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13142173-
CMYK0.240.7600.32
HSL280.76º60.93%42.16%-
HSV(B)280.76º75.72%67.84%-
XYZ17.739.540.43-
YUV83.54178.49161.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.86%
GREEN value IS 42 (16.80% from 255) = 12.14%
BLUE value IS 173 (67.97% from 255) = 50%
R=37.86%
G=12.14%
B=50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131421730.240.7600.32280.7660.9342.16
Hex832AAD184C0201193d2a
Octal20352255301140404317552
Binary10000011101010101011011100010011000100000100011001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832AAD; }

 p { color: rgb(131,42,173); }

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

<style>
 a { background-color: #832AAD; }

 a { background-color: rgb(131,42,173); }

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

<style>
 span { border-color: #832AAD; }

 span { border-color: rgb(131,42,173); }

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