Html Css Color HEX #8F005B Eggplant

📋 copy color: '#8F005B'

red 143 ◦ green 0 ◦ blue 91

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

Shades of Eggplant #8F005B

Tints of Eggplant #8F005B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.11%
G = 0%
B = 38.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8F005B (or 0x8F005B) is known color: Eggplant. HEX triplet: 8F, 00 and 5B. RGB value is (143,0,91). Sum of RGB (Red+Green+Blue) = 143+0+91=234 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.11% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 143 - color contains mainly: red. Hex color #8F005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F005B is #70FFA4. Grayscale: #343434. Windows color (decimal): -7405477 or 5963919. OLE color: 5963919.

HSL color Cylindrical-coordinate representation of color #8F005B: hue angle of 321.82º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F005B is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 0 91 -
CMYK 0 1 0.36 0.44
HSL 321.82º 1% 0.28% -
HSV(B) 321.82º 1% 0.56% -
XYZ 13.22 6.59 10.47 -
YUV 53.13 149.38 192.1 -
System Red Green Blue C M Y K H S L
Decimal 143 0 91 0 1 0.36 0.44 321.82 1 0.28
Hex 8F 0 5B 0 64 24 2C 142 64 1C
Octal 217 0 133 0 144 44 54 502 144 34
Binary 10001111 0 1011011 0 1100100 100100 101100 101000010 1100100 11100

Color Harmonies of #8F005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F005B

Black with #8F005B

Text Example


Text Example

White with #8F005B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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