Html Css Color HEX #8F0F5B Eggplant

📋 copy color: '#8F0F5B'

red 143 ◦ green 15 ◦ blue 91

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

Shades of Eggplant #8F0F5B

Tints of Eggplant #8F0F5B

RGB

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

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

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

R = 57.43%
G = 6.02%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8F0F5B (or 0x8F0F5B) is known color: Eggplant. HEX triplet: 8F, 0F and 5B. RGB value is (143,15,91). Sum of RGB (Red+Green+Blue) = 143+15+91=249 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.43% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0F5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0F5B is #70F0A4. Grayscale: #3D3D3D. Windows color (decimal): -7401637 or 5967759. OLE color: 5967759.

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

Color convert

RGB 143 15 91 -
CMYK 0 0.90 0.36 0.44
HSL 324.38º 0.81% 0.31% -
HSV(B) 324.38º 0.9% 0.56% -
XYZ 13.39 6.94 10.53 -
YUV 61.94 144.41 185.82 -
System Red Green Blue C M Y K H S L
Decimal 143 15 91 0 0.90 0.36 0.44 324.38 0.81 0.31
Hex 8F F 5B 0 5A 24 2C 144 51 1F
Octal 217 17 133 0 132 44 54 504 121 37
Binary 10001111 1111 1011011 0 1011010 100100 101100 101000100 1010001 11111

Color Harmonies of #8F0F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0F5B

Black with #8F0F5B

Text Example


Text Example

White with #8F0F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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