Html Css Color HEX #8B0141 Tyrian Purple

📋 copy color: '#8B0141'

red 139 ◦ green 1 ◦ blue 65

#8B0141
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #8B0141

Tints of Tyrian Purple #8B0141

RGB

 RED value IS 139 (54.69% from 255) = 67.8%

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 65 (25.78% from 255) = 31.71%

R = 67.8%
G = 0.49%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#8B0141 (or 0x8B0141) is known color: Tyrian Purple. HEX triplet: 8B, 01 and 41. RGB value is (139,1,65). Sum of RGB (Red+Green+Blue) = 139+1+65=205 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.80% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0141 is #74FEBE. Grayscale: #313131. Windows color (decimal): -7667391 or 4260235. OLE color: 4260235.

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

Color convert

RGB 139 1 65 -
CMYK 0 0.99 0.53 0.45
HSL 332.17º 0.99% 0.27% -
HSV(B) 332.17º 0.99% 0.55% -
XYZ 11.61 5.89 5.53 -
YUV 49.56 136.72 191.8 -
System Red Green Blue C M Y K H S L
Decimal 139 1 65 0 0.99 0.53 0.45 332.17 0.99 0.27
Hex 8B 1 41 0 63 35 2D 14C 63 1B
Octal 213 1 101 0 143 65 55 514 143 33
Binary 10001011 1 1000001 0 1100011 110101 101101 101001100 1100011 11011

Color Harmonies of #8B0141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0141

Black with #8B0141

Text Example


Text Example

White with #8B0141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,1,65); }

 H1.HeaderClassName
 {
   color: #8B0141;
 }
 .AnyTagClassName
 {
   color: #8B0141;
 }
</style>

background-color css

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

 a { background-color: rgb(139,1,65); }

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

border-color css

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

 span { border-color: rgb(139,1,65); }

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