Html Css Color HEX #8A0157 Eggplant

📋 copy color: '#8A0157'

red 138 ◦ green 1 ◦ blue 87

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

Shades of Eggplant #8A0157

Tints of Eggplant #8A0157

RGB

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

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

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

R = 61.06%
G = 0.44%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#8A0157 (or 0x8A0157) is known color: Eggplant. HEX triplet: 8A, 01 and 57. RGB value is (138,1,87). Sum of RGB (Red+Green+Blue) = 138+1+87=226 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.06% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0157 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0157 is #75FEA8. Grayscale: #333333. Windows color (decimal): -7732905 or 5702026. OLE color: 5702026.

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

Color convert

RGB 138 1 87 -
CMYK 0 0.99 0.37 0.46
HSL 322.34º 0.99% 0.27% -
HSV(B) 322.34º 0.99% 0.54% -
XYZ 12.21 6.11 9.55 -
YUV 51.77 147.89 189.51 -
System Red Green Blue C M Y K H S L
Decimal 138 1 87 0 0.99 0.37 0.46 322.34 0.99 0.27
Hex 8A 1 57 0 63 25 2E 142 63 1B
Octal 212 1 127 0 143 45 56 502 143 33
Binary 10001010 1 1010111 0 1100011 100101 101110 101000010 1100011 11011

Color Harmonies of #8A0157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0157

Black with #8A0157

Text Example


Text Example

White with #8A0157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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