Html Css Color HEX #8F055B Eggplant

📋 copy color: '#8F055B'

red 143 ◦ green 5 ◦ blue 91

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

Shades of Eggplant #8F055B

Tints of Eggplant #8F055B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.08%

R = 59.83%
G = 2.09%
B = 38.08%

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

#8F055B (or 0x8F055B) is known color: Eggplant. HEX triplet: 8F, 05 and 5B. RGB value is (143,5,91). Sum of RGB (Red+Green+Blue) = 143+5+91=239 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.83% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 143 - color contains mainly: red. Hex color #8F055B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F055B is #70FAA4. Grayscale: #373737. Windows color (decimal): -7404197 or 5965199. OLE color: 5965199.

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

Color convert

RGB 143 5 91 -
CMYK 0 0.97 0.36 0.44
HSL 322.61º 0.93% 0.29% -
HSV(B) 322.61º 0.97% 0.56% -
XYZ 13.27 6.7 10.49 -
YUV 56.07 147.72 190.01 -
System Red Green Blue C M Y K H S L
Decimal 143 5 91 0 0.97 0.36 0.44 322.61 0.93 0.29
Hex 8F 5 5B 0 61 24 2C 143 5D 1D
Octal 217 5 133 0 141 44 54 503 135 35
Binary 10001111 101 1011011 0 1100001 100100 101100 101000011 1011101 11101

Color Harmonies of #8F055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F055B

Black with #8F055B

Text Example


Text Example

White with #8F055B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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