#8B2079

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

Shades of Dark Purple #8B2079

Tints of Dark Purple #8B2079

Color information

#8B2079 (or 0x8B2079) is unknown color: approx Dark Purple. HEX triplet: 8B, 20 and 79. RGB value is (139,32,121). Sum of RGB (Red+Green+Blue) = 139+32+121=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2079 is #74DF86. Grayscale: #494949. Windows color (decimal): -7659399 or 7938187. OLE color: 7938187.

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

Color convert

RGB13932121-
CMYK00.770.130.45
HSL310.09º62.57%33.53%-
HSV(B)310.09º76.98%54.51%-
XYZ14.627.918.84-
YUV74.14154.45174.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.60%
GREEN value IS 32 (12.89% from 255) = 10.96%
BLUE value IS 121 (47.66% from 255) = 41.44%
R=47.60%
G=10.96%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393212100.770.130.45310.0962.5733.53
Hex8B207904DD2D1363f22
Octal21340171011515554667742
Binary100010111000001111001010011011101101101100110110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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