Html Css Color HEX #8F0D59 Eggplant

📋 copy color: '#8F0D59'

red 143 ◦ green 13 ◦ blue 89

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

Shades of Eggplant #8F0D59

Tints of Eggplant #8F0D59

RGB

 RED value IS 143 (56.25% from 255) = 58.37%

 GREEN value IS 13 (5.47% from 255) = 5.31%

 BLUE value IS 89 (35.16% from 255) = 36.33%

R = 58.37%
G = 5.31%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#8F0D59 (or 0x8F0D59) is known color: Eggplant. HEX triplet: 8F, 0D and 59. RGB value is (143,13,89). Sum of RGB (Red+Green+Blue) = 143+13+89=245 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.37% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0D59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0D59 is #70F2A6. Grayscale: #3C3C3C. Windows color (decimal): -7402151 or 5836175. OLE color: 5836175.

HSL color Cylindrical-coordinate representation of color #8F0D59: hue angle of 324.92º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F0D59 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 13 89 -
CMYK 0 0.91 0.38 0.44
HSL 324.92º 0.83% 0.31% -
HSV(B) 324.92º 0.91% 0.56% -
XYZ 13.27 6.85 10.07 -
YUV 60.53 144.07 186.82 -
System Red Green Blue C M Y K H S L
Decimal 143 13 89 0 0.91 0.38 0.44 324.92 0.83 0.31
Hex 8F D 59 0 5B 26 2C 145 53 1F
Octal 217 15 131 0 133 46 54 505 123 37
Binary 10001111 1101 1011001 0 1011011 100110 101100 101000101 1010011 11111

Color Harmonies of #8F0D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0D59

Black with #8F0D59

Text Example


Text Example

White with #8F0D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,13,89); }

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

background-color css

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

 a { background-color: rgb(143,13,89); }

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

border-color css

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

 span { border-color: rgb(143,13,89); }

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