#821C89

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

Shades of Dark Purple #821C89

Tints of Dark Purple #821C89

Color information

#821C89 (or 0x821C89) is unknown color: approx Dark Purple. HEX triplet: 82, 1C and 89. RGB value is (130,28,137). Sum of RGB (Red+Green+Blue) = 130+28+137=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #821C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821C89 is #7DE376. Grayscale: #464646. Windows color (decimal): -8250231 or 8985730. OLE color: 8985730.

HSL color Cylindrical-coordinate representation of color #821C89: hue angle of 296.15º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #821C89 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13028137-
CMYK0.050.8000.46
HSL296.15º66.06%32.35%-
HSV(B)296.15º79.56%53.73%-
XYZ14.147.3824.35-
YUV70.92165.29170.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 28 (11.33% from 255) = 9.49%
BLUE value IS 137 (53.91% from 255) = 46.44%
R=44.07%
G=9.49%
B=46.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130281370.050.8000.46296.1566.0632.35
Hex821C8955002E1284220
Octal20234211512005645010240
Binary100000101110010001001101101000001011101001010001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821C89; }

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

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

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

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

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

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

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

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