Html Css Color HEX #8B0563 Eggplant

📋 copy color: '#8B0563'

red 139 ◦ green 5 ◦ blue 99

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

Shades of Eggplant #8B0563

Tints of Eggplant #8B0563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.74%

R = 57.2%
G = 2.06%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8B0563 (or 0x8B0563) is known color: Eggplant. HEX triplet: 8B, 05 and 63. RGB value is (139,5,99). Sum of RGB (Red+Green+Blue) = 139+5+99=243 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.20% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0563 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0563 is #74FA9C. Grayscale: #373737. Windows color (decimal): -7666333 or 6489483. OLE color: 6489483.

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

Color convert

RGB 139 5 99 -
CMYK 0 0.96 0.29 0.45
HSL 317.91º 0.93% 0.28% -
HSV(B) 317.91º 0.96% 0.55% -
XYZ 12.95 6.5 12.38 -
YUV 55.78 152.39 187.36 -
System Red Green Blue C M Y K H S L
Decimal 139 5 99 0 0.96 0.29 0.45 317.91 0.93 0.28
Hex 8B 5 63 0 60 1D 2D 13E 5D 1C
Octal 213 5 143 0 140 35 55 476 135 34
Binary 10001011 101 1100011 0 1100000 11101 101101 100111110 1011101 11100

Color Harmonies of #8B0563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0563

Black with #8B0563

Text Example


Text Example

White with #8B0563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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