#821988

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

Shades of Dark Purple #821988

Tints of Dark Purple #821988

Color information

#821988 (or 0x821988) is unknown color: approx Dark Purple. HEX triplet: 82, 19 and 88. RGB value is (130,25,136). Sum of RGB (Red+Green+Blue) = 130+25+136=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: blue. Hex color #821988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821988 is #7DE677. Grayscale: #444444. Windows color (decimal): -8251000 or 8919426. OLE color: 8919426.

HSL color Cylindrical-coordinate representation of color #821988: hue angle of 296.76º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821988 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13025136-
CMYK0.040.8200.47
HSL296.76º68.94%31.57%-
HSV(B)296.76º81.62%53.33%-
XYZ147.2223.95-
YUV69.05165.79171.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.67%
GREEN value IS 25 (10.16% from 255) = 8.59%
BLUE value IS 136 (53.52% from 255) = 46.74%
R=44.67%
G=8.59%
B=46.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130251360.040.8200.47296.7668.9431.57
Hex82198845202F1294520
Octal20231210412205745110540
Binary100000101100110001000100101001001011111001010011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821988; }

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

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

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

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

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

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

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

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