Html Css Color HEX #8B0E71 Dark Purple

📋 copy color: '#8B0E71'

red 139 ◦ green 14 ◦ blue 113

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

Shades of Dark Purple #8B0E71

Tints of Dark Purple #8B0E71

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.26%

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

R = 52.26%
G = 5.26%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8B0E71 (or 0x8B0E71) is known color: Dark Purple. HEX triplet: 8B, 0E and 71. RGB value is (139,14,113). Sum of RGB (Red+Green+Blue) = 139+14+113=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0E71 is #74F18E. Grayscale: #3E3E3E. Windows color (decimal): -7664015 or 7409291. OLE color: 7409291.

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

Color convert

RGB 139 14 113 -
CMYK 0 0.90 0.19 0.45
HSL 312.48º 0.82% 0.3% -
HSV(B) 312.48º 0.9% 0.55% -
XYZ 13.79 7 16.25 -
YUV 62.66 156.41 182.45 -
System Red Green Blue C M Y K H S L
Decimal 139 14 113 0 0.90 0.19 0.45 312.48 0.82 0.3
Hex 8B E 71 0 5A 13 2D 138 52 1E
Octal 213 16 161 0 132 23 55 470 122 36
Binary 10001011 1110 1110001 0 1011010 10011 101101 100111000 1010010 11110

Color Harmonies of #8B0E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0E71

Black with #8B0E71

Text Example


Text Example

White with #8B0E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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