#8B2A74

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

Shades of Dark Purple #8B2A74

Tints of Dark Purple #8B2A74

Color information

#8B2A74 (or 0x8B2A74) is unknown color: approx Dark Purple. HEX triplet: 8B, 2A and 74. RGB value is (139,42,116). Sum of RGB (Red+Green+Blue) = 139+42+116=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2A74 is #74D58B. Grayscale: #4F4F4F. Windows color (decimal): -7656844 or 7613067. OLE color: 7613067.

HSL color Cylindrical-coordinate representation of color #8B2A74: hue angle of 314.23º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8B2A74 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB13942116-
CMYK00.700.170.45
HSL314.23º53.59%35.49%-
HSV(B)314.23º69.78%54.51%-
XYZ14.638.4117.37-
YUV79.44148.64170.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.80%
GREEN value IS 42 (16.80% from 255) = 14.14%
BLUE value IS 116 (45.70% from 255) = 39.06%
R=46.80%
G=14.14%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394211600.700.170.45314.2353.5935.49
Hex8B2A74046112D13a3623
Octal21352164010621554726643
Binary1000101110101011101000100011010001101101100111010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,42,116); }

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

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

 a { background-color: rgb(139,42,116); }

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

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

 span { border-color: rgb(139,42,116); }

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