#82229C

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

Shades of Vivid Violet #82229C

Tints of Vivid Violet #82229C

Color information

#82229C (or 0x82229C) is unknown color: approx Vivid Violet. HEX triplet: 82, 22 and 9C. RGB value is (130,34,156). Sum of RGB (Red+Green+Blue) = 130+34+156=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #82229C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82229C is #7DDD63. Grayscale: #4C4C4C. Windows color (decimal): -8248676 or 10232450. OLE color: 10232450.

HSL color Cylindrical-coordinate representation of color #82229C: hue angle of 287.21º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82229C is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13034156-
CMYK0.170.7800.39
HSL287.21º64.21%37.25%-
HSV(B)287.21º78.21%61.18%-
XYZ15.788.2932.22-
YUV76.61172.8166.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.62%
GREEN value IS 34 (13.67% from 255) = 10.62%
BLUE value IS 156 (61.33% from 255) = 48.75%
R=40.62%
G=10.62%
B=48.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130341560.170.7800.39287.2164.2137.25
Hex82229C114E02711f4025
Octal202422342111604743710045
Binary100000101000101001110010001100111001001111000111111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82229C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82229C; }

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

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

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

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

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

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

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

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