#82196B

Color #82196B Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #82196B

Tints of Dark Purple #82196B

Color information

#82196B (or 0x82196B) is unknown color: approx Dark Purple. HEX triplet: 82, 19 and 6B. RGB value is (130,25,107). Sum of RGB (Red+Green+Blue) = 130+25+107=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #82196B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82196B is #7DE694. Grayscale: #414141. Windows color (decimal): -8251029 or 7018882. OLE color: 7018882.

HSL color Cylindrical-coordinate representation of color #82196B: hue angle of 313.14º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82196B is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB13025107-
CMYK00.810.180.49
HSL313.14º67.74%30.39%-
HSV(B)313.14º80.77%50.98%-
XYZ12.216.514.52-
YUV65.74151.29173.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.62%
GREEN value IS 25 (10.16% from 255) = 9.54%
BLUE value IS 107 (42.19% from 255) = 40.84%
R=49.62%
G=9.54%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1302510700.810.180.49313.1467.7430.39
Hex82196B0511231139441e
Octal202311530121226147110436
Binary100000101100111010110101000110010110001100111001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82196B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82196B; }

 p { color: rgb(130,25,107); }

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

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

 a { background-color: rgb(130,25,107); }

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

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

 span { border-color: rgb(130,25,107); }

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