Html Css Color HEX #8B1371 Dark Purple

📋 copy color: '#8B1371'

red 139 ◦ green 19 ◦ blue 113

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

Shades of Dark Purple #8B1371

Tints of Dark Purple #8B1371

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.01%

 BLUE value IS 113 (44.53% from 255) = 41.7%

R = 51.29%
G = 7.01%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8B1371 (or 0x8B1371) is known color: Dark Purple. HEX triplet: 8B, 13 and 71. RGB value is (139,19,113). Sum of RGB (Red+Green+Blue) = 139+19+113=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1371 is #74EC8E. Grayscale: #414141. Windows color (decimal): -7662735 or 7410571. OLE color: 7410571.

HSL color Cylindrical-coordinate representation of color #8B1371: hue angle of 313º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B1371 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 19 113 -
CMYK 0 0.86 0.19 0.45
HSL 313º 0.76% 0.31% -
HSV(B) 313º 0.86% 0.55% -
XYZ 13.86 7.15 16.27 -
YUV 65.6 154.76 180.36 -
System Red Green Blue C M Y K H S L
Decimal 139 19 113 0 0.86 0.19 0.45 313 0.76 0.31
Hex 8B 13 71 0 56 13 2D 139 4C 1F
Octal 213 23 161 0 126 23 55 471 114 37
Binary 10001011 10011 1110001 0 1010110 10011 101101 100111001 1001100 11111

Color Harmonies of #8B1371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1371

Black with #8B1371

Text Example


Text Example

White with #8B1371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,19,113); }

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

background-color css

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

 a { background-color: rgb(139,19,113); }

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

border-color css

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

 span { border-color: rgb(139,19,113); }

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