#8B2687

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

Shades of Dark Purple #8B2687

Tints of Dark Purple #8B2687

Color information

#8B2687 (or 0x8B2687) is unknown color: approx Dark Purple. HEX triplet: 8B, 26 and 87. RGB value is (139,38,135). Sum of RGB (Red+Green+Blue) = 139+38+135=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2687 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2687 is #74D978. Grayscale: #4E4E4E. Windows color (decimal): -7657849 or 8857227. OLE color: 8857227.

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

Color convert

RGB13938135-
CMYK00.730.030.45
HSL302.38º57.06%34.71%-
HSV(B)302.38º72.66%54.51%-
XYZ15.718.6223.76-
YUV79.26159.46170.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.55%
GREEN value IS 38 (15.23% from 255) = 12.18%
BLUE value IS 135 (53.12% from 255) = 43.27%
R=44.55%
G=12.18%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393813500.730.030.45302.3857.0634.71
Hex8B268704932D12e3923
Octal2134620701113554567143
Binary10001011100110100001110100100111101101100101110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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