#832CAF

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

Shades of Vivid Violet #832CAF

Tints of Vivid Violet #832CAF

Color information

#832CAF (or 0x832CAF) is unknown color: approx Vivid Violet. HEX triplet: 83, 2C and AF. RGB value is (131,44,175). Sum of RGB (Red+Green+Blue) = 131+44+175=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #832CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832CAF is #7CD350. Grayscale: #545454. Windows color (decimal): -8180561 or 11480195. OLE color: 11480195.

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

Color convert

RGB13144175-
CMYK0.250.7500.31
HSL279.85º59.82%42.94%-
HSV(B)279.85º74.86%68.63%-
XYZ189.7241.49-
YUV84.95178.82160.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.43%
GREEN value IS 44 (17.58% from 255) = 12.57%
BLUE value IS 175 (68.75% from 255) = 50%
R=37.43%
G=12.57%
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.31
SystemRedGreenBlueCMYKHSL
Decimal131441750.250.7500.31279.8559.8242.94
Hex832CAF194B01F1183c2b
Octal20354257311130374307453
Binary1000001110110010101111110011001011011111100011000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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