Html Css Color HEX #8B1461 Eggplant

📋 copy color: '#8B1461'

red 139 ◦ green 20 ◦ blue 97

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

Shades of Eggplant #8B1461

Tints of Eggplant #8B1461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.81%

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

R = 54.3%
G = 7.81%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#8B1461 (or 0x8B1461) is known color: Eggplant. HEX triplet: 8B, 14 and 61. RGB value is (139,20,97). Sum of RGB (Red+Green+Blue) = 139+20+97=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1461 is #74EB9E. Grayscale: #404040. Windows color (decimal): -7662495 or 6362251. OLE color: 6362251.

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

Color convert

RGB 139 20 97 -
CMYK 0 0.86 0.30 0.45
HSL 321.18º 0.75% 0.31% -
HSV(B) 321.18º 0.86% 0.55% -
XYZ 13.06 6.85 11.94 -
YUV 64.36 146.42 181.24 -
System Red Green Blue C M Y K H S L
Decimal 139 20 97 0 0.86 0.30 0.45 321.18 0.75 0.31
Hex 8B 14 61 0 56 1E 2D 141 4B 1F
Octal 213 24 141 0 126 36 55 501 113 37
Binary 10001011 10100 1100001 0 1010110 11110 101101 101000001 1001011 11111

Color Harmonies of #8B1461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1461

Black with #8B1461

Text Example


Text Example

White with #8B1461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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