Html Css Color HEX #8A0871 Eggplant

📋 copy color: '#8A0871'

red 138 ◦ green 8 ◦ blue 113

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

Shades of Eggplant #8A0871

Tints of Eggplant #8A0871

RGB

 RED value IS 138 (54.3% from 255) = 53.28%

 GREEN value IS 8 (3.52% from 255) = 3.09%

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

R = 53.28%
G = 3.09%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#8A0871 (or 0x8A0871) is known color: Eggplant. HEX triplet: 8A, 08 and 71. RGB value is (138,8,113). Sum of RGB (Red+Green+Blue) = 138+8+113=259 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.28% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0871 is #75F78E. Grayscale: #3A3A3A. Windows color (decimal): -7731087 or 7407754. OLE color: 7407754.

HSL color Cylindrical-coordinate representation of color #8A0871: hue angle of 311.54º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0871 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 8 113 -
CMYK 0 0.94 0.18 0.46
HSL 311.54º 0.89% 0.29% -
HSV(B) 311.54º 0.94% 0.54% -
XYZ 13.55 6.77 16.22 -
YUV 58.84 158.57 184.46 -
System Red Green Blue C M Y K H S L
Decimal 138 8 113 0 0.94 0.18 0.46 311.54 0.89 0.29
Hex 8A 8 71 0 5E 12 2E 138 59 1D
Octal 212 10 161 0 136 22 56 470 131 35
Binary 10001010 1000 1110001 0 1011110 10010 101110 100111000 1011001 11101

Color Harmonies of #8A0871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0871

Black with #8A0871

Text Example


Text Example

White with #8A0871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,8,113); }

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

background-color css

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

 a { background-color: rgb(138,8,113); }

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

border-color css

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

 span { border-color: rgb(138,8,113); }

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