#832BAE

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

Shades of Vivid Violet #832BAE

Tints of Vivid Violet #832BAE

Color information

#832BAE (or 0x832BAE) is unknown color: approx Vivid Violet. HEX triplet: 83, 2B and AE. RGB value is (131,43,174). Sum of RGB (Red+Green+Blue) = 131+43+174=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #832BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832BAE is #7CD451. Grayscale: #535353. Windows color (decimal): -8180818 or 11414403. OLE color: 11414403.

HSL color Cylindrical-coordinate representation of color #832BAE: hue angle of 280.31º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832BAE is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13143174-
CMYK0.250.7500.32
HSL280.31º60.37%42.55%-
HSV(B)280.31º75.29%68.24%-
XYZ17.869.6140.96-
YUV84.25178.65161.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.64%
GREEN value IS 43 (17.19% from 255) = 12.36%
BLUE value IS 174 (68.36% from 255) = 50%
R=37.64%
G=12.36%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131431740.250.7500.32280.3160.3742.55
Hex832BAE194B0201183c2b
Octal20353256311130404307453
Binary10000011101011101011101100110010110100000100011000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,43,174); }

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

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

 a { background-color: rgb(131,43,174); }

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

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

 span { border-color: rgb(131,43,174); }

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