#822189

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

Shades of Vivid Violet #822189

Tints of Vivid Violet #822189

Color information

#822189 (or 0x822189) is unknown color: approx Vivid Violet. HEX triplet: 82, 21 and 89. RGB value is (130,33,137). Sum of RGB (Red+Green+Blue) = 130+33+137=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #822189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822189 is #7DDE76. Grayscale: #494949. Windows color (decimal): -8248951 or 8987010. OLE color: 8987010.

HSL color Cylindrical-coordinate representation of color #822189: hue angle of 295.96º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #822189 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13033137-
CMYK0.050.7600.46
HSL295.96º61.18%33.33%-
HSV(B)295.96º75.91%53.73%-
XYZ14.277.6424.39-
YUV73.86163.64168.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.33%
GREEN value IS 33 (13.28% from 255) = 11%
BLUE value IS 137 (53.91% from 255) = 45.67%
R=43.33%
G=11%
B=45.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130331370.050.7600.46295.9661.1833.33
Hex82218954C02E1283d21
Octal2024121151140564507541
Binary100000101000011000100110110011000101110100101000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822189; }

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

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

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

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

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

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

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

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