Html Css Color HEX #8B1561 Eggplant

📋 copy color: '#8B1561'

red 139 ◦ green 21 ◦ blue 97

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

Shades of Eggplant #8B1561

Tints of Eggplant #8B1561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.74%

R = 54.09%
G = 8.17%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#8B1561 (or 0x8B1561) is known color: Eggplant. HEX triplet: 8B, 15 and 61. RGB value is (139,21,97). Sum of RGB (Red+Green+Blue) = 139+21+97=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1561 is #74EA9E. Grayscale: #404040. Windows color (decimal): -7662239 or 6362507. OLE color: 6362507.

HSL color Cylindrical-coordinate representation of color #8B1561: hue angle of 321.36º 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 #8B1561 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 21 97 -
CMYK 0 0.85 0.30 0.45
HSL 321.36º 0.74% 0.31% -
HSV(B) 321.36º 0.85% 0.55% -
XYZ 13.07 6.89 11.95 -
YUV 64.95 146.09 180.82 -
System Red Green Blue C M Y K H S L
Decimal 139 21 97 0 0.85 0.30 0.45 321.36 0.74 0.31
Hex 8B 15 61 0 55 1E 2D 141 4A 1F
Octal 213 25 141 0 125 36 55 501 112 37
Binary 10001011 10101 1100001 0 1010101 11110 101101 101000001 1001010 11111

Color Harmonies of #8B1561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1561

Black with #8B1561

Text Example


Text Example

White with #8B1561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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