#8b1a6a

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

Shades of Dark Purple #8B1A6A

Tints of Dark Purple #8B1A6A

Color information

#8B1A6A (or 0x8B1A6A) is unknown color: approx Dark Purple. HEX triplet: 8B, 1A and 6A. RGB value is (139,26,106). Sum of RGB (Red+Green+Blue) = 139+26+106=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1A6A is #74E595. Grayscale: #444444. Windows color (decimal): -7660950 or 6953611. OLE color: 6953611.

HSL color Cylindrical-coordinate representation of color #8B1A6A: hue angle of 317.52º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B1A6A is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB13926106-
CMYK00.810.240.45
HSL317.52º68.48%32.35%-
HSV(B)317.52º81.29%54.51%-
XYZ13.627.2714.32-
YUV68.91148.94178-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.29%
GREEN value IS 26 (10.55% from 255) = 9.59%
BLUE value IS 106 (41.80% from 255) = 39.11%
R=51.29%
G=9.59%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392610600.810.240.45317.5268.4832.35
Hex8B1A6A051182D13e4420
Octal213321520121305547610440
Binary1000101111010110101001010001110001011011001111101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b1a6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,26,106); }

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

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

 a { background-color: rgb(139,26,106); }

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

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

 span { border-color: rgb(139,26,106); }

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