Html Css Color HEX #8B0E76 Dark Purple

📋 copy color: '#8B0E76'

red 139 ◦ green 14 ◦ blue 118

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

Shades of Dark Purple #8B0E76

Tints of Dark Purple #8B0E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.54%

R = 51.29%
G = 5.17%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8B0E76 (or 0x8B0E76) is known color: Dark Purple. HEX triplet: 8B, 0E and 76. RGB value is (139,14,118). Sum of RGB (Red+Green+Blue) = 139+14+118=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0E76 is #74F189. Grayscale: #3E3E3E. Windows color (decimal): -7664010 or 7736971. OLE color: 7736971.

HSL color Cylindrical-coordinate representation of color #8B0E76: hue angle of 310.08º 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 #8B0E76 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 14 118 -
CMYK 0 0.90 0.15 0.45
HSL 310.08º 0.82% 0.3% -
HSV(B) 310.08º 0.9% 0.55% -
XYZ 14.07 7.11 17.77 -
YUV 63.23 158.91 182.04 -
System Red Green Blue C M Y K H S L
Decimal 139 14 118 0 0.90 0.15 0.45 310.08 0.82 0.3
Hex 8B E 76 0 5A F 2D 136 52 1E
Octal 213 16 166 0 132 17 55 466 122 36
Binary 10001011 1110 1110110 0 1011010 1111 101101 100110110 1010010 11110

Color Harmonies of #8B0E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0E76

Black with #8B0E76

Text Example


Text Example

White with #8B0E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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