Html Css Color HEX #8B1071 Dark Purple

📋 copy color: '#8B1071'

red 139 ◦ green 16 ◦ blue 113

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

Shades of Dark Purple #8B1071

Tints of Dark Purple #8B1071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.97%

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

R = 51.87%
G = 5.97%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8B1071 (or 0x8B1071) is known color: Dark Purple. HEX triplet: 8B, 10 and 71. RGB value is (139,16,113). Sum of RGB (Red+Green+Blue) = 139+16+113=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1071 is #74EF8E. Grayscale: #3F3F3F. Windows color (decimal): -7663503 or 7409803. OLE color: 7409803.

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

Color convert

RGB 139 16 113 -
CMYK 0 0.88 0.19 0.45
HSL 312.68º 0.79% 0.3% -
HSV(B) 312.68º 0.88% 0.55% -
XYZ 13.81 7.05 16.26 -
YUV 63.84 155.75 181.61 -
System Red Green Blue C M Y K H S L
Decimal 139 16 113 0 0.88 0.19 0.45 312.68 0.79 0.3
Hex 8B 10 71 0 58 13 2D 139 4F 1E
Octal 213 20 161 0 130 23 55 471 117 36
Binary 10001011 10000 1110001 0 1011000 10011 101101 100111001 1001111 11110

Color Harmonies of #8B1071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1071

Black with #8B1071

Text Example


Text Example

White with #8B1071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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