#824291

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

Shades of Vivid Violet #824291

Tints of Vivid Violet #824291

Color information

#824291 (or 0x824291) is unknown color: approx Vivid Violet. HEX triplet: 82, 42 and 91. RGB value is (130,66,145). Sum of RGB (Red+Green+Blue) = 130+66+145=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #824291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824291 is #7DBD6E. Grayscale: #5D5D5D. Windows color (decimal): -8240495 or 9519746. OLE color: 9519746.

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

Color convert

RGB13066145-
CMYK0.100.5400.43
HSL288.61º37.44%41.37%-
HSV(B)288.61º54.48%56.86%-
XYZ16.2610.6927.99-
YUV94.14156.7153.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 66 (26.17% from 255) = 19.35%
BLUE value IS 145 (57.03% from 255) = 42.52%
R=38.12%
G=19.35%
B=42.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130661450.100.5400.43288.6137.4441.37
Hex824291A3602B1212529
Octal20210222112660534414551
Binary1000001010000101001000110101101100101011100100001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824291; }

 p { color: rgb(130,66,145); }

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

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

 a { background-color: rgb(130,66,145); }

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

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

 span { border-color: rgb(130,66,145); }

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