Html Css Color HEX #8A005D Eggplant

📋 copy color: '#8A005D'

red 138 ◦ green 0 ◦ blue 93

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

Shades of Eggplant #8A005D

Tints of Eggplant #8A005D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 93 (36.72% from 255) = 40.26%

R = 59.74%
G = 0%
B = 40.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#8A005D (or 0x8A005D) is known color: Eggplant. HEX triplet: 8A, 00 and 5D. RGB value is (138,0,93). Sum of RGB (Red+Green+Blue) = 138+0+93=231 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.74% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 138 - color contains mainly: red. Hex color #8A005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A005D is #75FFA2. Grayscale: #333333. Windows color (decimal): -7733155 or 6094986. OLE color: 6094986.

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

Color convert

RGB 138 0 93 -
CMYK 0 1 0.33 0.46
HSL 319.57º 1% 0.27% -
HSV(B) 319.57º 1% 0.54% -
XYZ 12.46 6.19 10.89 -
YUV 51.86 151.22 189.44 -
System Red Green Blue C M Y K H S L
Decimal 138 0 93 0 1 0.33 0.46 319.57 1 0.27
Hex 8A 0 5D 0 64 21 2E 140 64 1B
Octal 212 0 135 0 144 41 56 500 144 33
Binary 10001010 0 1011101 0 1100100 100001 101110 101000000 1100100 11011

Color Harmonies of #8A005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A005D

Black with #8A005D

Text Example


Text Example

White with #8A005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,0,93); }

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

background-color css

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

 a { background-color: rgb(138,0,93); }

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

border-color css

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

 span { border-color: rgb(138,0,93); }

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