#8B0243

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

Shades of Tyrian Purple #8B0243

Tints of Tyrian Purple #8B0243

Color information

#8B0243 (or 0x8B0243) is unknown color: approx Tyrian Purple. HEX triplet: 8B, 02 and 43. RGB value is (139,2,67). Sum of RGB (Red+Green+Blue) = 139+2+67=208 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.83% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0243 is #74FDBC. Grayscale: #323232. Windows color (decimal): -7667133 or 4391563. OLE color: 4391563.

HSL color Cylindrical-coordinate representation of color #8B0243: hue angle of 331.53º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B0243 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.45.

Color convert

RGB139267-
CMYK00.990.520.45
HSL331.53º97.16%27.65%-
HSV(B)331.53º98.56%54.51%-
XYZ11.685.945.84-
YUV50.37137.39191.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 66.83%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 67 (26.56% from 255) = 32.21%
R=66.83%
G=0.96%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13926700.990.520.45331.5397.1627.65
Hex8B243063342D14c611c
Octal21321030143645551414134
Binary1000101110100001101100011110100101101101001100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,2,67); }

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

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

 a { background-color: rgb(139,2,67); }

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

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

 span { border-color: rgb(139,2,67); }

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