#8B0D7C

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

Shades of Dark Purple #8B0D7C

Tints of Dark Purple #8B0D7C

Color information

#8B0D7C (or 0x8B0D7C) is unknown color: approx Dark Purple. HEX triplet: 8B, 0D and 7C. RGB value is (139,13,124). Sum of RGB (Red+Green+Blue) = 139+13+124=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0D7C is #74F283. Grayscale: #3F3F3F. Windows color (decimal): -7664260 or 8129931. OLE color: 8129931.

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

Color convert

RGB13913124-
CMYK00.910.110.45
HSL307.14º82.89%29.8%-
HSV(B)307.14º90.65%54.51%-
XYZ14.437.2319.7-
YUV63.33162.24181.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.36%
GREEN value IS 13 (5.47% from 255) = 4.71%
BLUE value IS 124 (48.83% from 255) = 44.93%
R=50.36%
G=4.71%
B=44.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391312400.910.110.45307.1482.8929.8
Hex8BD7C05BB2D133531e
Octal213151740133135546312336
Binary1000101111011111100010110111011101101100110011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,13,124); }

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

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

 a { background-color: rgb(139,13,124); }

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

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

 span { border-color: rgb(139,13,124); }

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