#832895

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

Shades of Vivid Violet #832895

Tints of Vivid Violet #832895

Color information

#832895 (or 0x832895) is unknown color: approx Vivid Violet. HEX triplet: 83, 28 and 95. RGB value is (131,40,149). Sum of RGB (Red+Green+Blue) = 131+40+149=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #832895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832895 is #7CD76A. Grayscale: #4F4F4F. Windows color (decimal): -8181611 or 9775235. OLE color: 9775235.

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

Color convert

RGB13140149-
CMYK0.120.7300.42
HSL290.09º57.67%37.06%-
HSV(B)290.09º73.15%58.43%-
XYZ15.548.5129.26-
YUV79.63167.15164.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.94%
GREEN value IS 40 (16.02% from 255) = 12.5%
BLUE value IS 149 (58.59% from 255) = 46.56%
R=40.94%
G=12.5%
B=46.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131401490.120.7300.42290.0957.6737.06
Hex832895C4902A1223a25
Octal20350225141110524427245
Binary1000001110100010010101110010010010101010100100010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832895; }

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

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

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

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

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

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

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

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