#8B0F6E

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

Shades of Dark Purple #8B0F6E

Tints of Dark Purple #8B0F6E

Color information

#8B0F6E (or 0x8B0F6E) is unknown color: approx Dark Purple. HEX triplet: 8B, 0F and 6E. RGB value is (139,15,110). Sum of RGB (Red+Green+Blue) = 139+15+110=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0F6E is #74F091. Grayscale: #3E3E3E. Windows color (decimal): -7663762 or 7212939. OLE color: 7212939.

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

Color convert

RGB13915110-
CMYK00.890.210.45
HSL314.03º80.52%30.2%-
HSV(B)314.03º89.21%54.51%-
XYZ13.636.9615.38-
YUV62.91154.58182.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.65%
GREEN value IS 15 (6.25% from 255) = 5.68%
BLUE value IS 110 (43.36% from 255) = 41.67%
R=52.65%
G=5.68%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391511000.890.210.45314.0380.5230.2
Hex8BF6E059152D13a511e
Octal213171560131255547212136
Binary10001011111111011100101100110101101101100111010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,15,110); }

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

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

 a { background-color: rgb(139,15,110); }

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

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

 span { border-color: rgb(139,15,110); }

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