#821B8B

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

Shades of Dark Purple #821B8B

Tints of Dark Purple #821B8B

Color information

#821B8B (or 0x821B8B) is unknown color: approx Dark Purple. HEX triplet: 82, 1B and 8B. RGB value is (130,27,139). Sum of RGB (Red+Green+Blue) = 130+27+139=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #821B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821B8B is #7DE474. Grayscale: #464646. Windows color (decimal): -8250485 or 9116546. OLE color: 9116546.

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

Color convert

RGB13027139-
CMYK0.060.8100.45
HSL295.18º67.47%32.55%-
HSV(B)295.18º80.58%54.51%-
XYZ14.267.3925.1-
YUV70.56166.62170.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.92%
GREEN value IS 27 (10.94% from 255) = 9.12%
BLUE value IS 139 (54.69% from 255) = 46.96%
R=43.92%
G=9.12%
B=46.96%

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
Decimal130271390.060.8100.45295.1867.4732.55
Hex821B8B65102D1274321
Octal20233213612105544710341
Binary100000101101110001011110101000101011011001001111000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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