#8B0C6F

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

Shades of Dark Purple #8B0C6F

Tints of Dark Purple #8B0C6F

Color information

#8B0C6F (or 0x8B0C6F) is unknown color: approx Dark Purple. HEX triplet: 8B, 0C and 6F. RGB value is (139,12,111). Sum of RGB (Red+Green+Blue) = 139+12+111=262 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.05% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0C6F is #74F390. Grayscale: #3C3C3C. Windows color (decimal): -7664529 or 7277707. OLE color: 7277707.

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

Color convert

RGB13912111-
CMYK00.910.200.45
HSL313.23º84.11%29.61%-
HSV(B)313.23º91.37%54.51%-
XYZ13.656.915.65-
YUV61.26156.08183.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.05%
GREEN value IS 12 (5.08% from 255) = 4.58%
BLUE value IS 111 (43.75% from 255) = 42.37%
R=53.05%
G=4.58%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391211100.910.200.45313.2384.1129.61
Hex8BC6F05B142D139541e
Octal213141570133245547112436
Binary10001011110011011110101101110100101101100111001101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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