Html Css Color HEX #8B0171 Eggplant

📋 copy color: '#8B0171'

red 139 ◦ green 1 ◦ blue 113

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

Shades of Eggplant #8B0171

Tints of Eggplant #8B0171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 54.94%
G = 0.4%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8B0171 (or 0x8B0171) is known color: Eggplant. HEX triplet: 8B, 01 and 71. RGB value is (139,1,113). Sum of RGB (Red+Green+Blue) = 139+1+113=253 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.94% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0171 is #74FE8E. Grayscale: #363636. Windows color (decimal): -7667343 or 7405963. OLE color: 7405963.

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

Color convert

RGB 139 1 113 -
CMYK 0 0.99 0.19 0.45
HSL 311.3º 0.99% 0.27% -
HSV(B) 311.3º 0.99% 0.55% -
XYZ 13.64 6.7 16.2 -
YUV 55.03 160.72 187.89 -
System Red Green Blue C M Y K H S L
Decimal 139 1 113 0 0.99 0.19 0.45 311.3 0.99 0.27
Hex 8B 1 71 0 63 13 2D 137 63 1B
Octal 213 1 161 0 143 23 55 467 143 33
Binary 10001011 1 1110001 0 1100011 10011 101101 100110111 1100011 11011

Color Harmonies of #8B0171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0171

Black with #8B0171

Text Example


Text Example

White with #8B0171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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