Html Css Color HEX #8B1162 Eggplant

📋 copy color: '#8B1162'

red 139 ◦ green 17 ◦ blue 98

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

Shades of Eggplant #8B1162

Tints of Eggplant #8B1162

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.69%

 BLUE value IS 98 (38.67% from 255) = 38.58%

R = 54.72%
G = 6.69%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8B1162 (or 0x8B1162) is known color: Eggplant. HEX triplet: 8B, 11 and 62. RGB value is (139,17,98). Sum of RGB (Red+Green+Blue) = 139+17+98=254 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.72% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1162 is #74EE9D. Grayscale: #3E3E3E. Windows color (decimal): -7663262 or 6427019. OLE color: 6427019.

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

Color convert

RGB 139 17 98 -
CMYK 0 0.88 0.29 0.45
HSL 320.16º 0.78% 0.31% -
HSV(B) 320.16º 0.88% 0.55% -
XYZ 13.05 6.77 12.17 -
YUV 62.71 147.92 182.41 -
System Red Green Blue C M Y K H S L
Decimal 139 17 98 0 0.88 0.29 0.45 320.16 0.78 0.31
Hex 8B 11 62 0 58 1D 2D 140 4E 1F
Octal 213 21 142 0 130 35 55 500 116 37
Binary 10001011 10001 1100010 0 1011000 11101 101101 101000000 1001110 11111

Color Harmonies of #8B1162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1162

Black with #8B1162

Text Example


Text Example

White with #8B1162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,17,98); }

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

background-color css

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

 a { background-color: rgb(139,17,98); }

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

border-color css

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

 span { border-color: rgb(139,17,98); }

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