#832F8C

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

Shades of Vivid Violet #832F8C

Tints of Vivid Violet #832F8C

Color information

#832F8C (or 0x832F8C) is unknown color: approx Vivid Violet. HEX triplet: 83, 2F and 8C. RGB value is (131,47,140). Sum of RGB (Red+Green+Blue) = 131+47+140=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #832F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832F8C is #7CD073. Grayscale: #525252. Windows color (decimal): -8179828 or 9187203. OLE color: 9187203.

HSL color Cylindrical-coordinate representation of color #832F8C: hue angle of 294.19º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832F8C is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13147140-
CMYK0.060.6600.45
HSL294.19º49.73%36.67%-
HSV(B)294.19º66.43%54.9%-
XYZ15.118.7525.7-
YUV82.72160.33162.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.19%
GREEN value IS 47 (18.75% from 255) = 14.78%
BLUE value IS 140 (55.08% from 255) = 44.03%
R=41.19%
G=14.78%
B=44.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131471400.060.6600.45294.1949.7336.67
Hex832F8C64202D1263225
Octal2035721461020554466245
Binary100000111011111000110011010000100101101100100110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,47,140); }

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

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

 a { background-color: rgb(131,47,140); }

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

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

 span { border-color: rgb(131,47,140); }

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