Html Css Color HEX #8D0161 Eggplant

📋 copy color: '#8D0161'

red 141 ◦ green 1 ◦ blue 97

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

Shades of Eggplant #8D0161

Tints of Eggplant #8D0161

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 97 (38.28% from 255) = 40.59%

R = 59%
G = 0.42%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8D0161 (or 0x8D0161) is known color: Eggplant. HEX triplet: 8D, 01 and 61. RGB value is (141,1,97). Sum of RGB (Red+Green+Blue) = 141+1+97=239 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.00% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0161 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0161 is #72FE9E. Grayscale: #353535. Windows color (decimal): -7536287 or 6357389. OLE color: 6357389.

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

Color convert

RGB 141 1 97 -
CMYK 0 0.99 0.31 0.45
HSL 318.86º 0.99% 0.28% -
HSV(B) 318.86º 0.99% 0.55% -
XYZ 13.15 6.55 11.88 -
YUV 53.8 152.38 190.19 -
System Red Green Blue C M Y K H S L
Decimal 141 1 97 0 0.99 0.31 0.45 318.86 0.99 0.28
Hex 8D 1 61 0 63 1F 2D 13F 63 1C
Octal 215 1 141 0 143 37 55 477 143 34
Binary 10001101 1 1100001 0 1100011 11111 101101 100111111 1100011 11100

Color Harmonies of #8D0161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0161

Black with #8D0161

Text Example


Text Example

White with #8D0161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,1,97); }

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

background-color css

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

 a { background-color: rgb(141,1,97); }

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

border-color css

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

 span { border-color: rgb(141,1,97); }

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