#822290

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

Shades of Vivid Violet #822290

Tints of Vivid Violet #822290

Color information

#822290 (or 0x822290) is unknown color: approx Vivid Violet. HEX triplet: 82, 22 and 90. RGB value is (130,34,144). Sum of RGB (Red+Green+Blue) = 130+34+144=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #822290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822290 is #7DDD6F. Grayscale: #4A4A4A. Windows color (decimal): -8248688 or 9446018. OLE color: 9446018.

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

Color convert

RGB13034144-
CMYK0.100.7600.44
HSL292.36º61.8%34.9%-
HSV(B)292.36º76.39%56.47%-
XYZ14.817.927.13-
YUV75.24166.8167.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.21%
GREEN value IS 34 (13.67% from 255) = 11.04%
BLUE value IS 144 (56.64% from 255) = 46.75%
R=42.21%
G=11.04%
B=46.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130341440.100.7600.44292.3661.834.9
Hex822290A4C02C1243e23
Octal20242220121140544447643
Binary1000001010001010010000101010011000101100100100100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822290; }

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

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

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

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

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

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

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

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