#82219D

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

Shades of Vivid Violet #82219D

Tints of Vivid Violet #82219D

Color information

#82219D (or 0x82219D) is unknown color: approx Vivid Violet. HEX triplet: 82, 21 and 9D. RGB value is (130,33,157). Sum of RGB (Red+Green+Blue) = 130+33+157=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #82219D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82219D is #7DDE62. Grayscale: #4B4B4B. Windows color (decimal): -8248931 or 10297730. OLE color: 10297730.

HSL color Cylindrical-coordinate representation of color #82219D: hue angle of 286.94º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #82219D is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13033157-
CMYK0.170.7900.38
HSL286.94º65.26%37.25%-
HSV(B)286.94º78.98%61.57%-
XYZ15.848.2732.66-
YUV76.14173.64166.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.62%
GREEN value IS 33 (13.28% from 255) = 10.31%
BLUE value IS 157 (61.72% from 255) = 49.06%
R=40.62%
G=10.31%
B=49.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130331570.170.7900.38286.9465.2637.25
Hex82219D114F02611f4125
Octal202412352111704643710145
Binary100000101000011001110110001100111101001101000111111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82219D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82219D; }

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

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

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

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

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

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

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

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