#8B0C70

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

Shades of Dark Purple #8B0C70

Tints of Dark Purple #8B0C70

Color information

#8B0C70 (or 0x8B0C70) is unknown color: approx Dark Purple. HEX triplet: 8B, 0C and 70. RGB value is (139,12,112). Sum of RGB (Red+Green+Blue) = 139+12+112=263 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.85% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0C70 is #74F38F. Grayscale: #3D3D3D. Windows color (decimal): -7664528 or 7343243. OLE color: 7343243.

HSL color Cylindrical-coordinate representation of color #8B0C70: hue angle of 312.76º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B0C70 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB13912112-
CMYK00.910.190.45
HSL312.76º84.11%29.61%-
HSV(B)312.76º91.37%54.51%-
XYZ13.76.9215.94-
YUV61.37156.58183.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.85%
GREEN value IS 12 (5.08% from 255) = 4.56%
BLUE value IS 112 (44.14% from 255) = 42.59%
R=52.85%
G=4.56%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391211200.910.190.45312.7684.1129.61
Hex8BC7005B132D139541e
Octal213141600133235547112436
Binary10001011110011100000101101110011101101100111001101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,12,112); }

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

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

 a { background-color: rgb(139,12,112); }

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

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

 span { border-color: rgb(139,12,112); }

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