Html Css Color HEX #8A024D Eggplant

📋 copy color: '#8A024D'

red 138 ◦ green 2 ◦ blue 77

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

Shades of Eggplant #8A024D

Tints of Eggplant #8A024D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

 BLUE value IS 77 (30.47% from 255) = 35.48%

R = 63.59%
G = 0.92%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#8A024D (or 0x8A024D) is known color: Eggplant. HEX triplet: 8A, 02 and 4D. RGB value is (138,2,77). Sum of RGB (Red+Green+Blue) = 138+2+77=217 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.59% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 138 - color contains mainly: red. Hex color #8A024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A024D is #75FDB2. Grayscale: #333333. Windows color (decimal): -7732659 or 5046922. OLE color: 5046922.

HSL color Cylindrical-coordinate representation of color #8A024D: hue angle of 326.91º degrees, saturation: 0.97, 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 #8A024D is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 2 77 -
CMYK 0 0.99 0.44 0.46
HSL 326.91º 0.97% 0.27% -
HSV(B) 326.91º 0.99% 0.54% -
XYZ 11.84 5.98 7.55 -
YUV 51.21 142.56 189.9 -
System Red Green Blue C M Y K H S L
Decimal 138 2 77 0 0.99 0.44 0.46 326.91 0.97 0.27
Hex 8A 2 4D 0 63 2C 2E 147 61 1B
Octal 212 2 115 0 143 54 56 507 141 33
Binary 10001010 10 1001101 0 1100011 101100 101110 101000111 1100001 11011

Color Harmonies of #8A024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A024D

Black with #8A024D

Text Example


Text Example

White with #8A024D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,2,77); }

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

background-color css

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

 a { background-color: rgb(138,2,77); }

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

border-color css

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

 span { border-color: rgb(138,2,77); }

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