#8B0D7B

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

Shades of Dark Purple #8B0D7B

Tints of Dark Purple #8B0D7B

Color information

#8B0D7B (or 0x8B0D7B) is unknown color: approx Dark Purple. HEX triplet: 8B, 0D and 7B. RGB value is (139,13,123). Sum of RGB (Red+Green+Blue) = 139+13+123=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0D7B is #74F284. Grayscale: #3E3E3E. Windows color (decimal): -7664261 or 8064395. OLE color: 8064395.

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

Color convert

RGB13913123-
CMYK00.910.120.45
HSL307.62º82.89%29.8%-
HSV(B)307.62º90.65%54.51%-
XYZ14.377.2119.37-
YUV63.21161.74182.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.55%
GREEN value IS 13 (5.47% from 255) = 4.73%
BLUE value IS 123 (48.44% from 255) = 44.73%
R=50.55%
G=4.73%
B=44.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391312300.910.120.45307.6282.8929.8
Hex8BD7B05BC2D134531e
Octal213151730133145546412336
Binary1000101111011111011010110111100101101100110100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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