#8B1574

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

Shades of Dark Purple #8B1574

Tints of Dark Purple #8B1574

Color information

#8B1574 (or 0x8B1574) is unknown color: approx Dark Purple. HEX triplet: 8B, 15 and 74. RGB value is (139,21,116). Sum of RGB (Red+Green+Blue) = 139+21+116=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1574 is #74EA8B. Grayscale: #424242. Windows color (decimal): -7662220 or 7607691. OLE color: 7607691.

HSL color Cylindrical-coordinate representation of color #8B1574: hue angle of 311.69º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B1574 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB13921116-
CMYK00.850.170.45
HSL311.69º73.75%31.37%-
HSV(B)311.69º84.89%54.51%-
XYZ14.077.2917.19-
YUV67.11155.59179.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.36%
GREEN value IS 21 (8.59% from 255) = 7.61%
BLUE value IS 116 (45.70% from 255) = 42.03%
R=50.36%
G=7.61%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392111600.850.170.45311.6973.7531.37
Hex8B1574055112D1384a1f
Octal213251640125215547011237
Binary100010111010111101000101010110001101101100111000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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