Html Css Color HEX #8A0659 Eggplant

📋 copy color: '#8A0659'

red 138 ◦ green 6 ◦ blue 89

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

Shades of Eggplant #8A0659

Tints of Eggplant #8A0659

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.58%

 BLUE value IS 89 (35.16% from 255) = 38.2%

R = 59.23%
G = 2.58%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#8A0659 (or 0x8A0659) is known color: Eggplant. HEX triplet: 8A, 06 and 59. RGB value is (138,6,89). Sum of RGB (Red+Green+Blue) = 138+6+89=233 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.23% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0659 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0659 is #75F9A6. Grayscale: #363636. Windows color (decimal): -7731623 or 5834378. OLE color: 5834378.

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

Color convert

RGB 138 6 89 -
CMYK 0 0.96 0.36 0.46
HSL 322.27º 0.92% 0.28% -
HSV(B) 322.27º 0.96% 0.54% -
XYZ 12.35 6.25 10.01 -
YUV 54.93 147.23 187.25 -
System Red Green Blue C M Y K H S L
Decimal 138 6 89 0 0.96 0.36 0.46 322.27 0.92 0.28
Hex 8A 6 59 0 60 24 2E 142 5C 1C
Octal 212 6 131 0 140 44 56 502 134 34
Binary 10001010 110 1011001 0 1100000 100100 101110 101000010 1011100 11100

Color Harmonies of #8A0659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0659

Black with #8A0659

Text Example


Text Example

White with #8A0659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,6,89); }

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

background-color css

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

 a { background-color: rgb(138,6,89); }

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

border-color css

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

 span { border-color: rgb(138,6,89); }

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