#8B1475

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

Shades of Dark Purple #8B1475

Tints of Dark Purple #8B1475

Color information

#8B1475 (or 0x8B1475) is unknown color: approx Dark Purple. HEX triplet: 8B, 14 and 75. RGB value is (139,20,117). Sum of RGB (Red+Green+Blue) = 139+20+117=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1475 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1475 is #74EB8A. Grayscale: #424242. Windows color (decimal): -7662475 or 7672971. OLE color: 7672971.

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

Color convert

RGB13920117-
CMYK00.860.160.45
HSL311.09º74.84%31.18%-
HSV(B)311.09º85.61%54.51%-
XYZ14.117.2717.49-
YUV66.64156.42179.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.36%
GREEN value IS 20 (8.20% from 255) = 7.25%
BLUE value IS 117 (46.09% from 255) = 42.39%
R=50.36%
G=7.25%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392011700.860.160.45311.0974.8431.18
Hex8B1475056102D1374b1f
Octal213241650126205546711337
Binary100010111010011101010101011010000101101100110111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,20,117); }

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

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

 a { background-color: rgb(139,20,117); }

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

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

 span { border-color: rgb(139,20,117); }

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