#8B1B83

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

Shades of Dark Purple #8B1B83

Tints of Dark Purple #8B1B83

Color information

#8B1B83 (or 0x8B1B83) is unknown color: approx Dark Purple. HEX triplet: 8B, 1B and 83. RGB value is (139,27,131). Sum of RGB (Red+Green+Blue) = 139+27+131=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1B83 is #74E47C. Grayscale: #484848. Windows color (decimal): -7660669 or 8592267. OLE color: 8592267.

HSL color Cylindrical-coordinate representation of color #8B1B83: hue angle of 304.29º 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 #8B1B83 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB13927131-
CMYK00.810.060.45
HSL304.29º67.47%32.55%-
HSV(B)304.29º80.58%54.51%-
XYZ15.147.9122.2-
YUV72.34161.11175.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.80%
GREEN value IS 27 (10.94% from 255) = 9.09%
BLUE value IS 131 (51.56% from 255) = 44.11%
R=46.80%
G=9.09%
B=44.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392713100.810.060.45304.2967.4732.55
Hex8B1B8305162D1304321
Octal21333203012165546010341
Binary100010111101110000011010100011101011011001100001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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