Html Css Color HEX #8D0F6C Eggplant

📋 copy color: '#8D0F6C'

red 141 ◦ green 15 ◦ blue 108

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

Shades of Eggplant #8D0F6C

Tints of Eggplant #8D0F6C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.68%

 BLUE value IS 108 (42.58% from 255) = 40.91%

R = 53.41%
G = 5.68%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8D0F6C (or 0x8D0F6C) is known color: Eggplant. HEX triplet: 8D, 0F and 6C. RGB value is (141,15,108). Sum of RGB (Red+Green+Blue) = 141+15+108=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0F6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0F6C is #72F093. Grayscale: #3F3F3F. Windows color (decimal): -7532692 or 7081869. OLE color: 7081869.

HSL color Cylindrical-coordinate representation of color #8D0F6C: hue angle of 315.71º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D0F6C is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 15 108 -
CMYK 0 0.89 0.23 0.45
HSL 315.71º 0.81% 0.31% -
HSV(B) 315.71º 0.89% 0.55% -
XYZ 13.86 7.09 14.82 -
YUV 63.28 153.24 183.44 -
System Red Green Blue C M Y K H S L
Decimal 141 15 108 0 0.89 0.23 0.45 315.71 0.81 0.31
Hex 8D F 6C 0 59 17 2D 13C 51 1F
Octal 215 17 154 0 131 27 55 474 121 37
Binary 10001101 1111 1101100 0 1011001 10111 101101 100111100 1010001 11111

Color Harmonies of #8D0F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0F6C

Black with #8D0F6C

Text Example


Text Example

White with #8D0F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,15,108); }

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

background-color css

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

 a { background-color: rgb(141,15,108); }

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

border-color css

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

 span { border-color: rgb(141,15,108); }

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