#8b1b6b

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

Shades of Dark Purple #8B1B6B

Tints of Dark Purple #8B1B6B

Color information

#8B1B6B (or 0x8B1B6B) is unknown color: approx Dark Purple. HEX triplet: 8B, 1B and 6B. RGB value is (139,27,107). Sum of RGB (Red+Green+Blue) = 139+27+107=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1B6B is #74E494. Grayscale: #454545. Windows color (decimal): -7660693 or 7019403. OLE color: 7019403.

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

Color convert

RGB13927107-
CMYK00.810.230.45
HSL317.14º67.47%32.55%-
HSV(B)317.14º80.58%54.51%-
XYZ13.697.3314.6-
YUV69.61149.11177.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.92%
GREEN value IS 27 (10.94% from 255) = 9.89%
BLUE value IS 107 (42.19% from 255) = 39.19%
R=50.92%
G=9.89%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392710700.810.230.45317.1467.4732.55
Hex8B1B6B051172D13d4321
Octal213331530121275547510341
Binary1000101111011110101101010001101111011011001111011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b1b6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,27,107); }

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

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

 a { background-color: rgb(139,27,107); }

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

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

 span { border-color: rgb(139,27,107); }

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