Html Css Color HEX #8B1560 Eggplant

📋 copy color: '#8B1560'

red 139 ◦ green 21 ◦ blue 96

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

Shades of Eggplant #8B1560

Tints of Eggplant #8B1560

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.2%

 BLUE value IS 96 (37.89% from 255) = 37.5%

R = 54.3%
G = 8.2%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8B1560 (or 0x8B1560) is known color: Eggplant. HEX triplet: 8B, 15 and 60. RGB value is (139,21,96). Sum of RGB (Red+Green+Blue) = 139+21+96=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1560 is #74EA9F. Grayscale: #404040. Windows color (decimal): -7662240 or 6296971. OLE color: 6296971.

HSL color Cylindrical-coordinate representation of color #8B1560: hue angle of 321.86º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B1560 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 21 96 -
CMYK 0 0.85 0.31 0.45
HSL 321.86º 0.74% 0.31% -
HSV(B) 321.86º 0.85% 0.55% -
XYZ 13.03 6.87 11.71 -
YUV 64.83 145.59 180.9 -
System Red Green Blue C M Y K H S L
Decimal 139 21 96 0 0.85 0.31 0.45 321.86 0.74 0.31
Hex 8B 15 60 0 55 1F 2D 142 4A 1F
Octal 213 25 140 0 125 37 55 502 112 37
Binary 10001011 10101 1100000 0 1010101 11111 101101 101000010 1001010 11111

Color Harmonies of #8B1560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1560

Black with #8B1560

Text Example


Text Example

White with #8B1560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,21,96); }

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

background-color css

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

 a { background-color: rgb(139,21,96); }

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

border-color css

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

 span { border-color: rgb(139,21,96); }

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