Html Css Color HEX #8A1160 Eggplant

📋 copy color: '#8A1160'

red 138 ◦ green 17 ◦ blue 96

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

Shades of Eggplant #8A1160

Tints of Eggplant #8A1160

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.77%

 BLUE value IS 96 (37.89% from 255) = 38.25%

R = 54.98%
G = 6.77%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#8A1160 (or 0x8A1160) is known color: Eggplant. HEX triplet: 8A, 11 and 60. RGB value is (138,17,96). Sum of RGB (Red+Green+Blue) = 138+17+96=251 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.98% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1160 is #75EE9F. Grayscale: #3D3D3D. Windows color (decimal): -7728800 or 6295946. OLE color: 6295946.

HSL color Cylindrical-coordinate representation of color #8A1160: hue angle of 320.83º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1160 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 17 96 -
CMYK 0 0.88 0.30 0.46
HSL 320.83º 0.78% 0.3% -
HSV(B) 320.83º 0.88% 0.54% -
XYZ 12.79 6.65 11.68 -
YUV 62.19 147.09 182.08 -
System Red Green Blue C M Y K H S L
Decimal 138 17 96 0 0.88 0.30 0.46 320.83 0.78 0.3
Hex 8A 11 60 0 58 1E 2E 141 4E 1E
Octal 212 21 140 0 130 36 56 501 116 36
Binary 10001010 10001 1100000 0 1011000 11110 101110 101000001 1001110 11110

Color Harmonies of #8A1160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1160

Black with #8A1160

Text Example


Text Example

White with #8A1160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,17,96); }

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

background-color css

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

 a { background-color: rgb(138,17,96); }

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

border-color css

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

 span { border-color: rgb(138,17,96); }

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