Html Css Color HEX #8A0565 Eggplant

📋 copy color: '#8A0565'

red 138 ◦ green 5 ◦ blue 101

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

Shades of Eggplant #8A0565

Tints of Eggplant #8A0565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.39%

R = 56.56%
G = 2.05%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#8A0565 (or 0x8A0565) is known color: Eggplant. HEX triplet: 8A, 05 and 65. RGB value is (138,5,101). Sum of RGB (Red+Green+Blue) = 138+5+101=244 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.56% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0565 is #75FA9A. Grayscale: #373737. Windows color (decimal): -7731867 or 6620554. OLE color: 6620554.

HSL color Cylindrical-coordinate representation of color #8A0565: hue angle of 316.69º 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 #8A0565 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 5 101 -
CMYK 0 0.96 0.27 0.46
HSL 316.69º 0.93% 0.28% -
HSV(B) 316.69º 0.96% 0.54% -
XYZ 12.88 6.45 12.88 -
YUV 55.71 153.56 186.69 -
System Red Green Blue C M Y K H S L
Decimal 138 5 101 0 0.96 0.27 0.46 316.69 0.93 0.28
Hex 8A 5 65 0 60 1B 2E 13D 5D 1C
Octal 212 5 145 0 140 33 56 475 135 34
Binary 10001010 101 1100101 0 1100000 11011 101110 100111101 1011101 11100

Color Harmonies of #8A0565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0565

Black with #8A0565

Text Example


Text Example

White with #8A0565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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