Html Css Color HEX #8B1061 Eggplant

📋 copy color: '#8B1061'

red 139 ◦ green 16 ◦ blue 97

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

Shades of Eggplant #8B1061

Tints of Eggplant #8B1061

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.35%

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

R = 55.16%
G = 6.35%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#8B1061 (or 0x8B1061) is known color: Eggplant. HEX triplet: 8B, 10 and 61. RGB value is (139,16,97). Sum of RGB (Red+Green+Blue) = 139+16+97=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1061 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1061 is #74EF9E. Grayscale: #3D3D3D. Windows color (decimal): -7663519 or 6361227. OLE color: 6361227.

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

Color convert

RGB 139 16 97 -
CMYK 0 0.88 0.30 0.45
HSL 320.49º 0.79% 0.3% -
HSV(B) 320.49º 0.88% 0.55% -
XYZ 12.99 6.72 11.92 -
YUV 62.01 147.75 182.91 -
System Red Green Blue C M Y K H S L
Decimal 139 16 97 0 0.88 0.30 0.45 320.49 0.79 0.3
Hex 8B 10 61 0 58 1E 2D 140 4F 1E
Octal 213 20 141 0 130 36 55 500 117 36
Binary 10001011 10000 1100001 0 1011000 11110 101101 101000000 1001111 11110

Color Harmonies of #8B1061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1061

Black with #8B1061

Text Example


Text Example

White with #8B1061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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