Html Css Color HEX #8A005F Eggplant

📋 copy color: '#8A005F'

red 138 ◦ green 0 ◦ blue 95

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

Shades of Eggplant #8A005F

Tints of Eggplant #8A005F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.77%

R = 59.23%
G = 0%
B = 40.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#8A005F (or 0x8A005F) is known color: Eggplant. HEX triplet: 8A, 00 and 5F. RGB value is (138,0,95). Sum of RGB (Red+Green+Blue) = 138+0+95=233 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.23% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 138 - color contains mainly: red. Hex color #8A005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A005F is #75FFA0. Grayscale: #333333. Windows color (decimal): -7733153 or 6226058. OLE color: 6226058.

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

Color convert

RGB 138 0 95 -
CMYK 0 1 0.31 0.46
HSL 318.7º 1% 0.27% -
HSV(B) 318.7º 1% 0.54% -
XYZ 12.55 6.23 11.37 -
YUV 52.09 152.22 189.28 -
System Red Green Blue C M Y K H S L
Decimal 138 0 95 0 1 0.31 0.46 318.7 1 0.27
Hex 8A 0 5F 0 64 1F 2E 13F 64 1B
Octal 212 0 137 0 144 37 56 477 144 33
Binary 10001010 0 1011111 0 1100100 11111 101110 100111111 1100100 11011

Color Harmonies of #8A005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A005F

Black with #8A005F

Text Example


Text Example

White with #8A005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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