Html Css Color HEX #8B0371 Eggplant

📋 copy color: '#8B0371'

red 139 ◦ green 3 ◦ blue 113

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

Shades of Eggplant #8B0371

Tints of Eggplant #8B0371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

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

R = 54.51%
G = 1.18%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8B0371 (or 0x8B0371) is known color: Eggplant. HEX triplet: 8B, 03 and 71. RGB value is (139,3,113). Sum of RGB (Red+Green+Blue) = 139+3+113=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0371 is #74FC8E. Grayscale: #373737. Windows color (decimal): -7666831 or 7406475. OLE color: 7406475.

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

Color convert

RGB 139 3 113 -
CMYK 0 0.98 0.19 0.45
HSL 311.47º 0.96% 0.28% -
HSV(B) 311.47º 0.98% 0.55% -
XYZ 13.66 6.75 16.2 -
YUV 56.2 160.06 187.06 -
System Red Green Blue C M Y K H S L
Decimal 139 3 113 0 0.98 0.19 0.45 311.47 0.96 0.28
Hex 8B 3 71 0 62 13 2D 137 60 1C
Octal 213 3 161 0 142 23 55 467 140 34
Binary 10001011 11 1110001 0 1100010 10011 101101 100110111 1100000 11100

Color Harmonies of #8B0371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0371

Black with #8B0371

Text Example


Text Example

White with #8B0371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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