Html Css Color HEX #8B0A6F Eggplant

📋 copy color: '#8B0A6F'

red 139 ◦ green 10 ◦ blue 111

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

Shades of Eggplant #8B0A6F

Tints of Eggplant #8B0A6F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.85%

 BLUE value IS 111 (43.75% from 255) = 42.69%

R = 53.46%
G = 3.85%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8B0A6F (or 0x8B0A6F) is known color: Eggplant. HEX triplet: 8B, 0A and 6F. RGB value is (139,10,111). Sum of RGB (Red+Green+Blue) = 139+10+111=260 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.46% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0A6F is #74F590. Grayscale: #3B3B3B. Windows color (decimal): -7665041 or 7277195. OLE color: 7277195.

HSL color Cylindrical-coordinate representation of color #8B0A6F: hue angle of 313.02º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B0A6F is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 10 111 -
CMYK 0 0.93 0.20 0.45
HSL 313.02º 0.87% 0.29% -
HSV(B) 313.02º 0.93% 0.55% -
XYZ 13.63 6.85 15.64 -
YUV 60.09 156.74 184.29 -
System Red Green Blue C M Y K H S L
Decimal 139 10 111 0 0.93 0.20 0.45 313.02 0.87 0.29
Hex 8B A 6F 0 5D 14 2D 139 57 1D
Octal 213 12 157 0 135 24 55 471 127 35
Binary 10001011 1010 1101111 0 1011101 10100 101101 100111001 1010111 11101

Color Harmonies of #8B0A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0A6F

Black with #8B0A6F

Text Example


Text Example

White with #8B0A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,10,111); }

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

background-color css

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

 a { background-color: rgb(139,10,111); }

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

border-color css

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

 span { border-color: rgb(139,10,111); }

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