#8B1872

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

Shades of Dark Purple #8B1872

Tints of Dark Purple #8B1872

Color information

#8B1872 (or 0x8B1872) is unknown color: approx Dark Purple. HEX triplet: 8B, 18 and 72. RGB value is (139,24,114). Sum of RGB (Red+Green+Blue) = 139+24+114=277 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.18% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1872 is #74E78D. Grayscale: #444444. Windows color (decimal): -7661454 or 7477387. OLE color: 7477387.

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

Color convert

RGB13924114-
CMYK00.830.180.45
HSL313.04º70.55%31.96%-
HSV(B)313.04º82.73%54.51%-
XYZ14.017.3616.6-
YUV68.64153.6178.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.18%
GREEN value IS 24 (9.77% from 255) = 8.66%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=50.18%
G=8.66%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392411400.830.180.45313.0470.5531.96
Hex8B1872053122D1394720
Octal213301620123225547110740
Binary1000101111000111001001010011100101011011001110011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,24,114); }

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

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

 a { background-color: rgb(139,24,114); }

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

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

 span { border-color: rgb(139,24,114); }

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