Html Css Color HEX #8A1057 Eggplant

📋 copy color: '#8A1057'

red 138 ◦ green 16 ◦ blue 87

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

Shades of Eggplant #8A1057

Tints of Eggplant #8A1057

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.64%

 BLUE value IS 87 (34.38% from 255) = 36.1%

R = 57.26%
G = 6.64%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#8A1057 (or 0x8A1057) is known color: Eggplant. HEX triplet: 8A, 10 and 57. RGB value is (138,16,87). Sum of RGB (Red+Green+Blue) = 138+16+87=241 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.26% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1057 is #75EFA8. Grayscale: #3C3C3C. Windows color (decimal): -7729065 or 5705866. OLE color: 5705866.

HSL color Cylindrical-coordinate representation of color #8A1057: hue angle of 325.08º degrees, saturation: 0.79, 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 #8A1057 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 16 87 -
CMYK 0 0.88 0.37 0.46
HSL 325.08º 0.79% 0.3% -
HSV(B) 325.08º 0.88% 0.54% -
XYZ 12.39 6.46 9.61 -
YUV 60.57 142.92 183.23 -
System Red Green Blue C M Y K H S L
Decimal 138 16 87 0 0.88 0.37 0.46 325.08 0.79 0.3
Hex 8A 10 57 0 58 25 2E 145 4F 1E
Octal 212 20 127 0 130 45 56 505 117 36
Binary 10001010 10000 1010111 0 1011000 100101 101110 101000101 1001111 11110

Color Harmonies of #8A1057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1057

Black with #8A1057

Text Example


Text Example

White with #8A1057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,16,87); }

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

background-color css

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

 a { background-color: rgb(138,16,87); }

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

border-color css

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

 span { border-color: rgb(138,16,87); }

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