#8B0A72

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

Shades of Dark Purple #8B0A72

Tints of Dark Purple #8B0A72

Color information

#8B0A72 (or 0x8B0A72) is unknown color: approx Dark Purple. HEX triplet: 8B, 0A and 72. RGB value is (139,10,114). Sum of RGB (Red+Green+Blue) = 139+10+114=263 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.85% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0A72 is #74F58D. Grayscale: #3C3C3C. Windows color (decimal): -7665038 or 7473803. OLE color: 7473803.

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

Color convert

RGB13910114-
CMYK00.930.180.45
HSL311.63º86.58%29.22%-
HSV(B)311.63º92.81%54.51%-
XYZ13.796.9216.53-
YUV60.43158.24184.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.85%
GREEN value IS 10 (4.30% from 255) = 3.80%
BLUE value IS 114 (44.92% from 255) = 43.35%
R=52.85%
G=3.80%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391011400.930.180.45311.6386.5829.22
Hex8BA7205D122D138571d
Octal213121620135225547012735
Binary10001011101011100100101110110010101101100111000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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