#821A8B

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

Shades of Dark Purple #821A8B

Tints of Dark Purple #821A8B

Color information

#821A8B (or 0x821A8B) is unknown color: approx Dark Purple. HEX triplet: 82, 1A and 8B. RGB value is (130,26,139). Sum of RGB (Red+Green+Blue) = 130+26+139=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #821A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821A8B is #7DE574. Grayscale: #454545. Windows color (decimal): -8250741 or 9116290. OLE color: 9116290.

HSL color Cylindrical-coordinate representation of color #821A8B: hue angle of 295.22º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #821A8B is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13026139-
CMYK0.060.8100.45
HSL295.22º68.48%32.35%-
HSV(B)295.22º81.29%54.51%-
XYZ14.247.3525.09-
YUV69.98166.96170.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 26 (10.55% from 255) = 8.81%
BLUE value IS 139 (54.69% from 255) = 47.12%
R=44.07%
G=8.81%
B=47.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130261390.060.8100.45295.2268.4832.35
Hex821A8B65102D1274420
Octal20232213612105544710440
Binary100000101101010001011110101000101011011001001111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,26,139); }

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

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

 a { background-color: rgb(130,26,139); }

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

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

 span { border-color: rgb(130,26,139); }

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