#8b1180

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

Shades of Dark Purple #8B1180

Tints of Dark Purple #8B1180

Color information

#8B1180 (or 0x8B1180) is unknown color: approx Dark Purple. HEX triplet: 8B, 11 and 80. RGB value is (139,17,128). Sum of RGB (Red+Green+Blue) = 139+17+128=284 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.94% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1180 is #74EE7F. Grayscale: #414141. Windows color (decimal): -7663232 or 8393099. OLE color: 8393099.

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

Color convert

RGB13917128-
CMYK00.880.080.45
HSL305.41º78.21%30.59%-
HSV(B)305.41º87.77%54.51%-
XYZ14.747.4521.08-
YUV66.13162.92179.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.94%
GREEN value IS 17 (7.03% from 255) = 5.99%
BLUE value IS 128 (50.39% from 255) = 45.07%
R=48.94%
G=5.99%
B=45.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391712800.880.080.45305.4178.2130.59
Hex8B118005882D1314e1f
Octal213212000130105546111637
Binary100010111000110000000010110001000101101100110001100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b1180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,17,128); }

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

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

 a { background-color: rgb(139,17,128); }

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

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

 span { border-color: rgb(139,17,128); }

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