#824192

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

Shades of Vivid Violet #824192

Tints of Vivid Violet #824192

Color information

#824192 (or 0x824192) is unknown color: approx Vivid Violet. HEX triplet: 82, 41 and 92. RGB value is (130,65,146). Sum of RGB (Red+Green+Blue) = 130+65+146=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #824192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824192 is #7DBE6D. Grayscale: #5D5D5D. Windows color (decimal): -8240750 or 9585026. OLE color: 9585026.

HSL color Cylindrical-coordinate representation of color #824192: hue angle of 288.15º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #824192 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13065146-
CMYK0.110.5500.43
HSL288.15º38.39%41.37%-
HSV(B)288.15º55.48%57.25%-
XYZ16.2810.628.38-
YUV93.67157.53153.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 65 (25.78% from 255) = 19.06%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=38.12%
G=19.06%
B=42.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130651460.110.5500.43288.1538.3941.37
Hex824192B3702B1202629
Octal20210122213670534404651
Binary1000001010000011001001010111101110101011100100000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824192; }

 p { color: rgb(130,65,146); }

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

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

 a { background-color: rgb(130,65,146); }

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

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

 span { border-color: rgb(130,65,146); }

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