Html Css Color HEX #8D005A Eggplant

📋 copy color: '#8D005A'

red 141 ◦ green 0 ◦ blue 90

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

Shades of Eggplant #8D005A

Tints of Eggplant #8D005A

RGB

 RED value IS 141 (55.47% from 255) = 61.04%

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

 BLUE value IS 90 (35.55% from 255) = 38.96%

R = 61.04%
G = 0%
B = 38.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8D005A (or 0x8D005A) is known color: Eggplant. HEX triplet: 8D, 00 and 5A. RGB value is (141,0,90). Sum of RGB (Red+Green+Blue) = 141+0+90=231 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.04% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 141 - color contains mainly: red. Hex color #8D005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D005A is #72FFA5. Grayscale: #343434. Windows color (decimal): -7536550 or 5898381. OLE color: 5898381.

HSL color Cylindrical-coordinate representation of color #8D005A: hue angle of 321.7º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D005A is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 0 90 -
CMYK 0 1 0.36 0.45
HSL 321.7º 1% 0.28% -
HSV(B) 321.7º 1% 0.55% -
XYZ 12.83 6.4 10.23 -
YUV 52.42 149.21 191.18 -
System Red Green Blue C M Y K H S L
Decimal 141 0 90 0 1 0.36 0.45 321.7 1 0.28
Hex 8D 0 5A 0 64 24 2D 142 64 1C
Octal 215 0 132 0 144 44 55 502 144 34
Binary 10001101 0 1011010 0 1100100 100100 101101 101000010 1100100 11100

Color Harmonies of #8D005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D005A

Black with #8D005A

Text Example


Text Example

White with #8D005A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,0,90); }

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

background-color css

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

 a { background-color: rgb(141,0,90); }

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

border-color css

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

 span { border-color: rgb(141,0,90); }

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