#8B1C82

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

Shades of Dark Purple #8B1C82

Tints of Dark Purple #8B1C82

Color information

#8B1C82 (or 0x8B1C82) is unknown color: approx Dark Purple. HEX triplet: 8B, 1C and 82. RGB value is (139,28,130). Sum of RGB (Red+Green+Blue) = 139+28+130=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1C82 is #74E37D. Grayscale: #484848. Windows color (decimal): -7660414 or 8526987. OLE color: 8526987.

HSL color Cylindrical-coordinate representation of color #8B1C82: hue angle of 304.86º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B1C82 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB13928130-
CMYK00.800.060.45
HSL304.86º66.47%32.75%-
HSV(B)304.86º79.86%54.51%-
XYZ15.097.9321.85-
YUV72.82160.27175.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.80%
GREEN value IS 28 (11.33% from 255) = 9.43%
BLUE value IS 130 (51.17% from 255) = 43.77%
R=46.80%
G=9.43%
B=43.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392813000.800.060.45304.8666.4732.75
Hex8B1C8205062D1314221
Octal21334202012065546110241
Binary100010111110010000010010100001101011011001100011000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B1C82; }

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

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

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

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

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

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

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

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