#8B2875

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

Shades of Dark Purple #8B2875

Tints of Dark Purple #8B2875

Color information

#8B2875 (or 0x8B2875) is unknown color: approx Dark Purple. HEX triplet: 8B, 28 and 75. RGB value is (139,40,117). Sum of RGB (Red+Green+Blue) = 139+40+117=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2875 is #74D78A. Grayscale: #4E4E4E. Windows color (decimal): -7657355 or 7678091. OLE color: 7678091.

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

Color convert

RGB13940117-
CMYK00.710.160.45
HSL313.33º55.31%35.1%-
HSV(B)313.33º71.22%54.51%-
XYZ14.628.2917.66-
YUV78.38149.8171.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.96%
GREEN value IS 40 (16.02% from 255) = 13.51%
BLUE value IS 117 (46.09% from 255) = 39.53%
R=46.96%
G=13.51%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394011700.710.160.45313.3355.3135.1
Hex8B2875047102D1393723
Octal21350165010720554716743
Binary1000101110100011101010100011110000101101100111001110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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