#8B2F87

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

Shades of Dark Purple #8B2F87

Tints of Dark Purple #8B2F87

Color information

#8B2F87 (or 0x8B2F87) is unknown color: approx Dark Purple. HEX triplet: 8B, 2F and 87. RGB value is (139,47,135). Sum of RGB (Red+Green+Blue) = 139+47+135=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2F87 is #74D078. Grayscale: #545454. Windows color (decimal): -7655545 or 8859531. OLE color: 8859531.

HSL color Cylindrical-coordinate representation of color #8B2F87: hue angle of 302.61º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B2F87 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB13947135-
CMYK00.660.030.45
HSL302.61º49.46%36.47%-
HSV(B)302.61º66.19%54.51%-
XYZ16.049.2723.87-
YUV84.54156.48166.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.30%
GREEN value IS 47 (18.75% from 255) = 14.64%
BLUE value IS 135 (53.12% from 255) = 42.06%
R=43.30%
G=14.64%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394713500.660.030.45302.6149.4636.47
Hex8B2F8704232D12f3124
Octal2135720701023554576144
Binary10001011101111100001110100001011101101100101111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,47,135); }

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

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

 a { background-color: rgb(139,47,135); }

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

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

 span { border-color: rgb(139,47,135); }

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