#8b0f7d

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

Shades of Dark Purple #8B0F7D

Tints of Dark Purple #8B0F7D

Color information

#8B0F7D (or 0x8B0F7D) is unknown color: approx Dark Purple. HEX triplet: 8B, 0F and 7D. RGB value is (139,15,125). Sum of RGB (Red+Green+Blue) = 139+15+125=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0F7D is #74F082. Grayscale: #404040. Windows color (decimal): -7663747 or 8195979. OLE color: 8195979.

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

Color convert

RGB13915125-
CMYK00.890.100.45
HSL306.77º80.52%30.2%-
HSV(B)306.77º89.21%54.51%-
XYZ14.527.3120.05-
YUV64.62162.08181.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.82%
GREEN value IS 15 (6.25% from 255) = 5.38%
BLUE value IS 125 (49.22% from 255) = 44.80%
R=49.82%
G=5.38%
B=44.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391512500.890.100.45306.7780.5230.2
Hex8BF7D059A2D133511e
Octal213171750131125546312136
Binary1000101111111111101010110011010101101100110011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b0f7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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