Html Css Color HEX #8F0473 Eggplant

📋 copy color: '#8F0473'

red 143 ◦ green 4 ◦ blue 115

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

Shades of Eggplant #8F0473

Tints of Eggplant #8F0473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.53%

 BLUE value IS 115 (45.31% from 255) = 43.89%

R = 54.58%
G = 1.53%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#8F0473 (or 0x8F0473) is known color: Eggplant. HEX triplet: 8F, 04 and 73. RGB value is (143,4,115). Sum of RGB (Red+Green+Blue) = 143+4+115=262 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.58% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0473 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0473 is #70FB8C. Grayscale: #393939. Windows color (decimal): -7404429 or 7537807. OLE color: 7537807.

HSL color Cylindrical-coordinate representation of color #8F0473: hue angle of 312.09º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F0473 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 4 115 -
CMYK 0 0.97 0.20 0.44
HSL 312.09º 0.95% 0.29% -
HSV(B) 312.09º 0.97% 0.56% -
XYZ 14.47 7.16 16.84 -
YUV 58.22 160.05 188.47 -
System Red Green Blue C M Y K H S L
Decimal 143 4 115 0 0.97 0.20 0.44 312.09 0.95 0.29
Hex 8F 4 73 0 61 14 2C 138 5F 1D
Octal 217 4 163 0 141 24 54 470 137 35
Binary 10001111 100 1110011 0 1100001 10100 101100 100111000 1011111 11101

Color Harmonies of #8F0473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0473

Black with #8F0473

Text Example


Text Example

White with #8F0473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,4,115); }

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

background-color css

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

 a { background-color: rgb(143,4,115); }

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

border-color css

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

 span { border-color: rgb(143,4,115); }

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