#8B2876

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

Shades of Dark Purple #8B2876

Tints of Dark Purple #8B2876

Color information

#8B2876 (or 0x8B2876) is unknown color: approx Dark Purple. HEX triplet: 8B, 28 and 76. RGB value is (139,40,118). Sum of RGB (Red+Green+Blue) = 139+40+118=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2876 is #74D789. Grayscale: #4E4E4E. Windows color (decimal): -7657354 or 7743627. OLE color: 7743627.

HSL color Cylindrical-coordinate representation of color #8B2876: hue angle of 312.73º degrees, saturation: 0.55, 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 #8B2876 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB13940118-
CMYK00.710.150.45
HSL312.73º55.31%35.1%-
HSV(B)312.73º71.22%54.51%-
XYZ14.688.3117.97-
YUV78.49150.3171.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.80%
GREEN value IS 40 (16.02% from 255) = 13.47%
BLUE value IS 118 (46.48% from 255) = 39.73%
R=46.80%
G=13.47%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394011800.710.150.45312.7355.3135.1
Hex8B2876047F2D1393723
Octal21350166010717554716743
Binary100010111010001110110010001111111101101100111001110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,40,118); }

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

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

 a { background-color: rgb(139,40,118); }

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

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

 span { border-color: rgb(139,40,118); }

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