Html Css Color HEX #8B0561 Eggplant

📋 copy color: '#8B0561'

red 139 ◦ green 5 ◦ blue 97

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

Shades of Eggplant #8B0561

Tints of Eggplant #8B0561

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

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

R = 57.68%
G = 2.07%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#8B0561 (or 0x8B0561) is known color: Eggplant. HEX triplet: 8B, 05 and 61. RGB value is (139,5,97). Sum of RGB (Red+Green+Blue) = 139+5+97=241 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.68% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0561 is #74FA9E. Grayscale: #373737. Windows color (decimal): -7666335 or 6358411. OLE color: 6358411.

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

Color convert

RGB 139 5 97 -
CMYK 0 0.96 0.30 0.45
HSL 318.81º 0.93% 0.28% -
HSV(B) 318.81º 0.96% 0.55% -
XYZ 12.86 6.46 11.88 -
YUV 55.55 151.39 187.52 -
System Red Green Blue C M Y K H S L
Decimal 139 5 97 0 0.96 0.30 0.45 318.81 0.93 0.28
Hex 8B 5 61 0 60 1E 2D 13F 5D 1C
Octal 213 5 141 0 140 36 55 477 135 34
Binary 10001011 101 1100001 0 1100000 11110 101101 100111111 1011101 11100

Color Harmonies of #8B0561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0561

Black with #8B0561

Text Example


Text Example

White with #8B0561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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