Html Css Color HEX #8D025A Eggplant

📋 copy color: '#8D025A'

red 141 ◦ green 2 ◦ blue 90

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

Shades of Eggplant #8D025A

Tints of Eggplant #8D025A

RGB

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

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

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

R = 60.52%
G = 0.86%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8D025A (or 0x8D025A) is known color: Eggplant. HEX triplet: 8D, 02 and 5A. RGB value is (141,2,90). Sum of RGB (Red+Green+Blue) = 141+2+90=233 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.52% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 141 - color contains mainly: red. Hex color #8D025A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D025A is #72FDA5. Grayscale: #353535. Windows color (decimal): -7536038 or 5898893. OLE color: 5898893.

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

Color convert

RGB 141 2 90 -
CMYK 0 0.99 0.36 0.45
HSL 322.01º 0.97% 0.28% -
HSV(B) 322.01º 0.99% 0.55% -
XYZ 12.85 6.44 10.24 -
YUV 53.59 148.55 190.34 -
System Red Green Blue C M Y K H S L
Decimal 141 2 90 0 0.99 0.36 0.45 322.01 0.97 0.28
Hex 8D 2 5A 0 63 24 2D 142 61 1C
Octal 215 2 132 0 143 44 55 502 141 34
Binary 10001101 10 1011010 0 1100011 100100 101101 101000010 1100001 11100

Color Harmonies of #8D025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D025A

Black with #8D025A

Text Example


Text Example

White with #8D025A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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