Html Css Color HEX #8A0564 Eggplant

📋 copy color: '#8A0564'

red 138 ◦ green 5 ◦ blue 100

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

Shades of Eggplant #8A0564

Tints of Eggplant #8A0564

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.06%

 BLUE value IS 100 (39.45% from 255) = 41.15%

R = 56.79%
G = 2.06%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#8A0564 (or 0x8A0564) is known color: Eggplant. HEX triplet: 8A, 05 and 64. RGB value is (138,5,100). Sum of RGB (Red+Green+Blue) = 138+5+100=243 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.79% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0564 is #75FA9B. Grayscale: #373737. Windows color (decimal): -7731868 or 6555018. OLE color: 6555018.

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

Color convert

RGB 138 5 100 -
CMYK 0 0.96 0.28 0.46
HSL 317.14º 0.93% 0.28% -
HSV(B) 317.14º 0.96% 0.54% -
XYZ 12.84 6.43 12.62 -
YUV 55.6 153.06 186.78 -
System Red Green Blue C M Y K H S L
Decimal 138 5 100 0 0.96 0.28 0.46 317.14 0.93 0.28
Hex 8A 5 64 0 60 1C 2E 13D 5D 1C
Octal 212 5 144 0 140 34 56 475 135 34
Binary 10001010 101 1100100 0 1100000 11100 101110 100111101 1011101 11100

Color Harmonies of #8A0564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0564

Black with #8A0564

Text Example


Text Example

White with #8A0564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,5,100); }

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

background-color css

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

 a { background-color: rgb(138,5,100); }

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

border-color css

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

 span { border-color: rgb(138,5,100); }

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