#832494

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

Shades of Vivid Violet #832494

Tints of Vivid Violet #832494

Color information

#832494 (or 0x832494) is unknown color: approx Vivid Violet. HEX triplet: 83, 24 and 94. RGB value is (131,36,148). Sum of RGB (Red+Green+Blue) = 131+36+148=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #832494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832494 is #7CDB6B. Grayscale: #4C4C4C. Windows color (decimal): -8182636 or 9708675. OLE color: 9708675.

HSL color Cylindrical-coordinate representation of color #832494: hue angle of 290.89º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #832494 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13136148-
CMYK0.110.7600.42
HSL290.89º60.87%36.08%-
HSV(B)290.89º75.68%58.04%-
XYZ15.348.2328.8-
YUV77.17167.97166.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.59%
GREEN value IS 36 (14.45% from 255) = 11.43%
BLUE value IS 148 (58.20% from 255) = 46.98%
R=41.59%
G=11.43%
B=46.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131361480.110.7600.42290.8960.8736.08
Hex832494B4C02A1233d24
Octal20344224131140524437544
Binary1000001110010010010100101110011000101010100100011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832494; }

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

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

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

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

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

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

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

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