#832690

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

Shades of Vivid Violet #832690

Tints of Vivid Violet #832690

Color information

#832690 (or 0x832690) is unknown color: approx Vivid Violet. HEX triplet: 83, 26 and 90. RGB value is (131,38,144). Sum of RGB (Red+Green+Blue) = 131+38+144=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #832690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832690 is #7CD96F. Grayscale: #4D4D4D. Windows color (decimal): -8182128 or 9447043. OLE color: 9447043.

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

Color convert

RGB13138144-
CMYK0.090.7400.44
HSL292.64º58.24%35.69%-
HSV(B)292.64º73.61%56.47%-
XYZ15.098.2327.18-
YUV77.89165.31165.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.85%
GREEN value IS 38 (15.23% from 255) = 12.14%
BLUE value IS 144 (56.64% from 255) = 46.01%
R=41.85%
G=12.14%
B=46.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131381440.090.7400.44292.6458.2435.69
Hex83269094A02C1253a24
Octal20346220111120544457244
Binary1000001110011010010000100110010100101100100100101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832690; }

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

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

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

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

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

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

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

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