Html Css Color HEX #8B0F5F Eggplant

📋 copy color: '#8B0F5F'

red 139 ◦ green 15 ◦ blue 95

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

Shades of Eggplant #8B0F5F

Tints of Eggplant #8B0F5F

RGB

 RED value IS 139 (54.69% from 255) = 55.82%

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

 BLUE value IS 95 (37.5% from 255) = 38.15%

R = 55.82%
G = 6.02%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8B0F5F (or 0x8B0F5F) is known color: Eggplant. HEX triplet: 8B, 0F and 5F. RGB value is (139,15,95). Sum of RGB (Red+Green+Blue) = 139+15+95=249 (32% of max value = 765). Red value is 139 (54.69% from 255 or 55.82% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0F5F is #74F0A0. Grayscale: #3D3D3D. Windows color (decimal): -7663777 or 6229899. OLE color: 6229899.

HSL color Cylindrical-coordinate representation of color #8B0F5F: hue angle of 321.29º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B0F5F is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 15 95 -
CMYK 0 0.89 0.32 0.45
HSL 321.29º 0.81% 0.3% -
HSV(B) 321.29º 0.89% 0.55% -
XYZ 12.88 6.66 11.43 -
YUV 61.2 147.08 183.5 -
System Red Green Blue C M Y K H S L
Decimal 139 15 95 0 0.89 0.32 0.45 321.29 0.81 0.3
Hex 8B F 5F 0 59 20 2D 141 51 1E
Octal 213 17 137 0 131 40 55 501 121 36
Binary 10001011 1111 1011111 0 1011001 100000 101101 101000001 1010001 11110

Color Harmonies of #8B0F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0F5F

Black with #8B0F5F

Text Example


Text Example

White with #8B0F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,15,95); }

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

background-color css

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

 a { background-color: rgb(139,15,95); }

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

border-color css

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

 span { border-color: rgb(139,15,95); }

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