#832DAF

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

Shades of Vivid Violet #832DAF

Tints of Vivid Violet #832DAF

Color information

#832DAF (or 0x832DAF) is unknown color: approx Vivid Violet. HEX triplet: 83, 2D and AF. RGB value is (131,45,175). Sum of RGB (Red+Green+Blue) = 131+45+175=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #832DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832DAF is #7CD250. Grayscale: #555555. Windows color (decimal): -8180305 or 11480451. OLE color: 11480451.

HSL color Cylindrical-coordinate representation of color #832DAF: hue angle of 279.69º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #832DAF is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13145175-
CMYK0.250.7400.31
HSL279.69º59.09%43.14%-
HSV(B)279.69º74.29%68.63%-
XYZ18.049.841.5-
YUV85.53178.49160.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.32%
GREEN value IS 45 (17.97% from 255) = 12.82%
BLUE value IS 175 (68.75% from 255) = 49.86%
R=37.32%
G=12.82%
B=49.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131451750.250.7400.31279.6959.0943.14
Hex832DAF194A01F1183b2b
Octal20355257311120374307353
Binary1000001110110110101111110011001010011111100011000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,45,175); }

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

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

 a { background-color: rgb(131,45,175); }

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

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

 span { border-color: rgb(131,45,175); }

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