#822190

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

Shades of Vivid Violet #822190

Tints of Vivid Violet #822190

Color information

#822190 (or 0x822190) is unknown color: approx Vivid Violet. HEX triplet: 82, 21 and 90. RGB value is (130,33,144). Sum of RGB (Red+Green+Blue) = 130+33+144=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #822190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822190 is #7DDE6F. Grayscale: #4A4A4A. Windows color (decimal): -8248944 or 9445762. OLE color: 9445762.

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

Color convert

RGB13033144-
CMYK0.100.7700.44
HSL292.43º62.71%34.71%-
HSV(B)292.43º77.08%56.47%-
XYZ14.787.8527.12-
YUV74.66167.14167.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.35%
GREEN value IS 33 (13.28% from 255) = 10.75%
BLUE value IS 144 (56.64% from 255) = 46.91%
R=42.35%
G=10.75%
B=46.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130331440.100.7700.44292.4362.7134.71
Hex822190A4D02C1243f23
Octal20241220121150544447743
Binary1000001010000110010000101010011010101100100100100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822190; }

 p { color: rgb(130,33,144); }

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

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

 a { background-color: rgb(130,33,144); }

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

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

 span { border-color: rgb(130,33,144); }

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