#822291

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

Shades of Vivid Violet #822291

Tints of Vivid Violet #822291

Color information

#822291 (or 0x822291) is unknown color: approx Vivid Violet. HEX triplet: 82, 22 and 91. RGB value is (130,34,145). Sum of RGB (Red+Green+Blue) = 130+34+145=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #822291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822291 is #7DDD6E. Grayscale: #4B4B4B. Windows color (decimal): -8248687 or 9511554. OLE color: 9511554.

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

Color convert

RGB13034145-
CMYK0.100.7700.43
HSL291.89º62.01%35.1%-
HSV(B)291.89º76.55%56.86%-
XYZ14.897.9327.53-
YUV75.36167.3166.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.07%
GREEN value IS 34 (13.67% from 255) = 11.00%
BLUE value IS 145 (57.03% from 255) = 46.93%
R=42.07%
G=11.00%
B=46.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130341450.100.7700.43291.8962.0135.1
Hex822291A4D02B1243e23
Octal20242221121150534447643
Binary1000001010001010010001101010011010101011100100100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822291; }

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

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

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

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

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

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

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

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