#832190

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

Shades of Vivid Violet #832190

Tints of Vivid Violet #832190

Color information

#832190 (or 0x832190) is unknown color: approx Vivid Violet. HEX triplet: 83, 21 and 90. RGB value is (131,33,144). Sum of RGB (Red+Green+Blue) = 131+33+144=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #832190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832190 is #7CDE6F. Grayscale: #4A4A4A. Windows color (decimal): -8183408 or 9445763. OLE color: 9445763.

HSL color Cylindrical-coordinate representation of color #832190: hue angle of 292.97º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #832190 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13133144-
CMYK0.090.7700.44
HSL292.97º62.71%34.71%-
HSV(B)292.97º77.08%56.47%-
XYZ14.947.9327.13-
YUV74.96166.97167.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.53%
GREEN value IS 33 (13.28% from 255) = 10.71%
BLUE value IS 144 (56.64% from 255) = 46.75%
R=42.53%
G=10.71%
B=46.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131331440.090.7700.44292.9762.7134.71
Hex83219094D02C1253f23
Octal20341220111150544457743
Binary1000001110000110010000100110011010101100100100101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832190; }

 p { color: rgb(131,33,144); }

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

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

 a { background-color: rgb(131,33,144); }

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

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

 span { border-color: rgb(131,33,144); }

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