Html Css Color HEX #8D0257 Eggplant

📋 copy color: '#8D0257'

red 141 ◦ green 2 ◦ blue 87

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

Shades of Eggplant #8D0257

Tints of Eggplant #8D0257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 37.83%

R = 61.3%
G = 0.87%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#8D0257 (or 0x8D0257) is known color: Eggplant. HEX triplet: 8D, 02 and 57. RGB value is (141,2,87). Sum of RGB (Red+Green+Blue) = 141+2+87=230 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.30% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0257 is #72FDA8. Grayscale: #353535. Windows color (decimal): -7536041 or 5702285. OLE color: 5702285.

HSL color Cylindrical-coordinate representation of color #8D0257: hue angle of 323.31º 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 #8D0257 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 2 87 -
CMYK 0 0.99 0.38 0.45
HSL 323.31º 0.97% 0.28% -
HSV(B) 323.31º 0.99% 0.55% -
XYZ 12.73 6.39 9.58 -
YUV 53.25 147.05 190.59 -
System Red Green Blue C M Y K H S L
Decimal 141 2 87 0 0.99 0.38 0.45 323.31 0.97 0.28
Hex 8D 2 57 0 63 26 2D 143 61 1C
Octal 215 2 127 0 143 46 55 503 141 34
Binary 10001101 10 1010111 0 1100011 100110 101101 101000011 1100001 11100

Color Harmonies of #8D0257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0257

Black with #8D0257

Text Example


Text Example

White with #8D0257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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