Html Css Color HEX #8A0756 Eggplant

📋 copy color: '#8A0756'

red 138 ◦ green 7 ◦ blue 86

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

Shades of Eggplant #8A0756

Tints of Eggplant #8A0756

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.03%

 BLUE value IS 86 (33.98% from 255) = 37.23%

R = 59.74%
G = 3.03%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#8A0756 (or 0x8A0756) is known color: Eggplant. HEX triplet: 8A, 07 and 56. RGB value is (138,7,86). Sum of RGB (Red+Green+Blue) = 138+7+86=231 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.74% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0756 is #75F8A9. Grayscale: #363636. Windows color (decimal): -7731370 or 5638026. OLE color: 5638026.

HSL color Cylindrical-coordinate representation of color #8A0756: hue angle of 323.82º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0756 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 7 86 -
CMYK 0 0.95 0.38 0.46
HSL 323.82º 0.9% 0.28% -
HSV(B) 323.82º 0.95% 0.54% -
XYZ 12.24 6.23 9.36 -
YUV 55.18 145.4 187.08 -
System Red Green Blue C M Y K H S L
Decimal 138 7 86 0 0.95 0.38 0.46 323.82 0.9 0.28
Hex 8A 7 56 0 5F 26 2E 144 5A 1C
Octal 212 7 126 0 137 46 56 504 132 34
Binary 10001010 111 1010110 0 1011111 100110 101110 101000100 1011010 11100

Color Harmonies of #8A0756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0756

Black with #8A0756

Text Example


Text Example

White with #8A0756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,7,86); }

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

background-color css

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

 a { background-color: rgb(138,7,86); }

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

border-color css

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

 span { border-color: rgb(138,7,86); }

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