Html Css Color HEX #8F0F6D Eggplant

📋 copy color: '#8F0F6D'

red 143 ◦ green 15 ◦ blue 109

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

Shades of Eggplant #8F0F6D

Tints of Eggplant #8F0F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.82%

R = 53.56%
G = 5.62%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#8F0F6D (or 0x8F0F6D) is known color: Eggplant. HEX triplet: 8F, 0F and 6D. RGB value is (143,15,109). Sum of RGB (Red+Green+Blue) = 143+15+109=267 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.56% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0F6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0F6D is #70F092. Grayscale: #3F3F3F. Windows color (decimal): -7401619 or 7147407. OLE color: 7147407.

HSL color Cylindrical-coordinate representation of color #8F0F6D: hue angle of 315.94º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0F6D is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 15 109 -
CMYK 0 0.90 0.24 0.44
HSL 315.94º 0.81% 0.31% -
HSV(B) 315.94º 0.9% 0.56% -
XYZ 14.26 7.29 15.12 -
YUV 63.99 153.41 184.36 -
System Red Green Blue C M Y K H S L
Decimal 143 15 109 0 0.90 0.24 0.44 315.94 0.81 0.31
Hex 8F F 6D 0 5A 18 2C 13C 51 1F
Octal 217 17 155 0 132 30 54 474 121 37
Binary 10001111 1111 1101101 0 1011010 11000 101100 100111100 1010001 11111

Color Harmonies of #8F0F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0F6D

Black with #8F0F6D

Text Example


Text Example

White with #8F0F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,15,109); }

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

background-color css

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

 a { background-color: rgb(143,15,109); }

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

border-color css

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

 span { border-color: rgb(143,15,109); }

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