Html Css Color HEX #8B0564 Eggplant

📋 copy color: '#8B0564'

red 139 ◦ green 5 ◦ blue 100

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

Shades of Eggplant #8B0564

Tints of Eggplant #8B0564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.98%

R = 56.97%
G = 2.05%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8B0564 (or 0x8B0564) is known color: Eggplant. HEX triplet: 8B, 05 and 64. RGB value is (139,5,100). Sum of RGB (Red+Green+Blue) = 139+5+100=244 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.97% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 100 (39.45% from 255 or 40.98% from 244); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0564 is #74FA9B. Grayscale: #373737. Windows color (decimal): -7666332 or 6555019. OLE color: 6555019.

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

Color convert

RGB 139 5 100 -
CMYK 0 0.96 0.28 0.45
HSL 317.46º 0.93% 0.28% -
HSV(B) 317.46º 0.96% 0.55% -
XYZ 13 6.52 12.63 -
YUV 55.9 152.89 187.28 -
System Red Green Blue C M Y K H S L
Decimal 139 5 100 0 0.96 0.28 0.45 317.46 0.93 0.28
Hex 8B 5 64 0 60 1C 2D 13D 5D 1C
Octal 213 5 144 0 140 34 55 475 135 34
Binary 10001011 101 1100100 0 1100000 11100 101101 100111101 1011101 11100

Color Harmonies of #8B0564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0564

Black with #8B0564

Text Example


Text Example

White with #8B0564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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