Html Css Color HEX #8B0560 Eggplant

📋 copy color: '#8B0560'

red 139 ◦ green 5 ◦ blue 96

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

Shades of Eggplant #8B0560

Tints of Eggplant #8B0560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 40%

R = 57.92%
G = 2.08%
B = 40%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8B0560 (or 0x8B0560) is known color: Eggplant. HEX triplet: 8B, 05 and 60. RGB value is (139,5,96). Sum of RGB (Red+Green+Blue) = 139+5+96=240 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.92% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0560 is #74FA9F. Grayscale: #373737. Windows color (decimal): -7666336 or 6292875. OLE color: 6292875.

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

Color convert

RGB 139 5 96 -
CMYK 0 0.96 0.31 0.45
HSL 319.25º 0.93% 0.28% -
HSV(B) 319.25º 0.96% 0.55% -
XYZ 12.81 6.44 11.63 -
YUV 55.44 150.89 187.6 -
System Red Green Blue C M Y K H S L
Decimal 139 5 96 0 0.96 0.31 0.45 319.25 0.93 0.28
Hex 8B 5 60 0 60 1F 2D 13F 5D 1C
Octal 213 5 140 0 140 37 55 477 135 34
Binary 10001011 101 1100000 0 1100000 11111 101101 100111111 1011101 11100

Color Harmonies of #8B0560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0560

Black with #8B0560

Text Example


Text Example

White with #8B0560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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