#8B2083

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

Shades of Dark Purple #8B2083

Tints of Dark Purple #8B2083

Color information

#8B2083 (or 0x8B2083) is unknown color: approx Dark Purple. HEX triplet: 8B, 20 and 83. RGB value is (139,32,131). Sum of RGB (Red+Green+Blue) = 139+32+131=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 131 (51.56% from 255 or 43.38% from 302); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2083 is #74DF7C. Grayscale: #4A4A4A. Windows color (decimal): -7659389 or 8593547. OLE color: 8593547.

HSL color Cylindrical-coordinate representation of color #8B2083: hue angle of 304.49º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B2083 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB13932131-
CMYK00.770.060.45
HSL304.49º62.57%33.53%-
HSV(B)304.49º76.98%54.51%-
XYZ15.268.1622.24-
YUV75.28159.45173.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.03%
GREEN value IS 32 (12.89% from 255) = 10.60%
BLUE value IS 131 (51.56% from 255) = 43.38%
R=46.03%
G=10.60%
B=43.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393213100.770.060.45304.4962.5733.53
Hex8B208304D62D1303f22
Octal2134020301156554607742
Binary100010111000001000001101001101110101101100110000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,32,131); }

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

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

 a { background-color: rgb(139,32,131); }

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

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

 span { border-color: rgb(139,32,131); }

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