#8B2986

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

Shades of Dark Purple #8B2986

Tints of Dark Purple #8B2986

Color information

#8B2986 (or 0x8B2986) is unknown color: approx Dark Purple. HEX triplet: 8B, 29 and 86. RGB value is (139,41,134). Sum of RGB (Red+Green+Blue) = 139+41+134=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2986 is #74D679. Grayscale: #505050. Windows color (decimal): -7657082 or 8792459. OLE color: 8792459.

HSL color Cylindrical-coordinate representation of color #8B2986: hue angle of 303.06º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B2986 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB13941134-
CMYK00.710.040.45
HSL303.06º54.44%35.29%-
HSV(B)303.06º70.5%54.51%-
XYZ15.748.823.42-
YUV80.9157.97169.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.27%
GREEN value IS 41 (16.41% from 255) = 13.06%
BLUE value IS 134 (52.73% from 255) = 42.68%
R=44.27%
G=13.06%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394113400.710.040.45303.0654.4435.29
Hex8B298604742D12f3623
Octal2135120601074554576643
Binary100010111010011000011001000111100101101100101111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,41,134); }

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

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

 a { background-color: rgb(139,41,134); }

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

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

 span { border-color: rgb(139,41,134); }

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