#8B1E84

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

Shades of Dark Purple #8B1E84

Tints of Dark Purple #8B1E84

Color information

#8B1E84 (or 0x8B1E84) is unknown color: approx Dark Purple. HEX triplet: 8B, 1E and 84. RGB value is (139,30,132). Sum of RGB (Red+Green+Blue) = 139+30+132=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1E84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1E84 is #74E17B. Grayscale: #494949. Windows color (decimal): -7659900 or 8658571. OLE color: 8658571.

HSL color Cylindrical-coordinate representation of color #8B1E84: hue angle of 303.85º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B1E84 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB13930132-
CMYK00.780.050.45
HSL303.85º64.5%33.14%-
HSV(B)303.85º78.42%54.51%-
XYZ15.288.0822.58-
YUV74.22160.61174.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.18%
GREEN value IS 30 (12.11% from 255) = 9.97%
BLUE value IS 132 (51.95% from 255) = 43.85%
R=46.18%
G=9.97%
B=43.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393013200.780.050.45303.8564.533.14
Hex8B1E8404E52D1304021
Octal21336204011655546010041
Binary100010111111010000100010011101011011011001100001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,30,132); }

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

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

 a { background-color: rgb(139,30,132); }

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

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

 span { border-color: rgb(139,30,132); }

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