#8B1584

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

Shades of Dark Purple #8B1584

Tints of Dark Purple #8B1584

Color information

#8B1584 (or 0x8B1584) is unknown color: approx Dark Purple. HEX triplet: 8B, 15 and 84. RGB value is (139,21,132). Sum of RGB (Red+Green+Blue) = 139+21+132=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1584 is #74EA7B. Grayscale: #444444. Windows color (decimal): -7662204 or 8656267. OLE color: 8656267.

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

Color convert

RGB13921132-
CMYK00.850.050.45
HSL303.56º73.75%31.37%-
HSV(B)303.56º84.89%54.51%-
XYZ15.087.6922.52-
YUV68.94163.59177.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.60%
GREEN value IS 21 (8.59% from 255) = 7.19%
BLUE value IS 132 (51.95% from 255) = 45.21%
R=47.60%
G=7.19%
B=45.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392113200.850.050.45303.5673.7531.37
Hex8B158405552D1304a1f
Octal21325204012555546011237
Binary10001011101011000010001010101101101101100110000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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