Html Css Color HEX #8F055C Eggplant

📋 copy color: '#8F055C'

red 143 ◦ green 5 ◦ blue 92

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

Shades of Eggplant #8F055C

Tints of Eggplant #8F055C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.08%

 BLUE value IS 92 (36.33% from 255) = 38.33%

R = 59.58%
G = 2.08%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8F055C (or 0x8F055C) is known color: Eggplant. HEX triplet: 8F, 05 and 5C. RGB value is (143,5,92). Sum of RGB (Red+Green+Blue) = 143+5+92=240 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.58% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 143 - color contains mainly: red. Hex color #8F055C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F055C is #70FAA3. Grayscale: #373737. Windows color (decimal): -7404196 or 6030735. OLE color: 6030735.

HSL color Cylindrical-coordinate representation of color #8F055C: hue angle of 322.17º degrees, saturation: 0.93, 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 #8F055C is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 5 92 -
CMYK 0 0.97 0.36 0.44
HSL 322.17º 0.93% 0.29% -
HSV(B) 322.17º 0.97% 0.56% -
XYZ 13.31 6.72 10.72 -
YUV 56.18 148.22 189.93 -
System Red Green Blue C M Y K H S L
Decimal 143 5 92 0 0.97 0.36 0.44 322.17 0.93 0.29
Hex 8F 5 5C 0 61 24 2C 142 5D 1D
Octal 217 5 134 0 141 44 54 502 135 35
Binary 10001111 101 1011100 0 1100001 100100 101100 101000010 1011101 11101

Color Harmonies of #8F055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F055C

Black with #8F055C

Text Example


Text Example

White with #8F055C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,5,92); }

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

background-color css

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

 a { background-color: rgb(143,5,92); }

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

border-color css

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

 span { border-color: rgb(143,5,92); }

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