#832490

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

Shades of Vivid Violet #832490

Tints of Vivid Violet #832490

Color information

#832490 (or 0x832490) is unknown color: approx Vivid Violet. HEX triplet: 83, 24 and 90. RGB value is (131,36,144). Sum of RGB (Red+Green+Blue) = 131+36+144=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #832490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832490 is #7CDB6F. Grayscale: #4C4C4C. Windows color (decimal): -8182640 or 9446531. OLE color: 9446531.

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

Color convert

RGB13136144-
CMYK0.090.7500.44
HSL292.78º60%35.29%-
HSV(B)292.78º75%56.47%-
XYZ15.028.127.16-
YUV76.72165.97166.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.12%
GREEN value IS 36 (14.45% from 255) = 11.58%
BLUE value IS 144 (56.64% from 255) = 46.30%
R=42.12%
G=11.58%
B=46.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131361440.090.7500.44292.786035.29
Hex83249094B02C1253c23
Octal20344220111130544457443
Binary1000001110010010010000100110010110101100100100101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832490; }

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

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

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

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

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

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

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

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