#832B95

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

Shades of Vivid Violet #832B95

Tints of Vivid Violet #832B95

Color information

#832B95 (or 0x832B95) is unknown color: approx Vivid Violet. HEX triplet: 83, 2B and 95. RGB value is (131,43,149). Sum of RGB (Red+Green+Blue) = 131+43+149=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #832B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832B95 is #7CD46A. Grayscale: #515151. Windows color (decimal): -8180843 or 9776003. OLE color: 9776003.

HSL color Cylindrical-coordinate representation of color #832B95: hue angle of 289.81º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #832B95 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13143149-
CMYK0.120.7100.42
HSL289.81º55.21%37.65%-
HSV(B)289.81º71.14%58.43%-
XYZ15.658.7229.29-
YUV81.4166.15163.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.56%
GREEN value IS 43 (17.19% from 255) = 13.31%
BLUE value IS 149 (58.59% from 255) = 46.13%
R=40.56%
G=13.31%
B=46.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131431490.120.7100.42289.8155.2137.65
Hex832B95C4702A1223726
Octal20353225141070524426746
Binary1000001110101110010101110010001110101010100100010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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