Html Css Color HEX #8B0566 Eggplant

📋 copy color: '#8B0566'

red 139 ◦ green 5 ◦ blue 102

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

Shades of Eggplant #8B0566

Tints of Eggplant #8B0566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 41.46%

R = 56.5%
G = 2.03%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8B0566 (or 0x8B0566) is known color: Eggplant. HEX triplet: 8B, 05 and 66. RGB value is (139,5,102). Sum of RGB (Red+Green+Blue) = 139+5+102=246 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.50% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0566 is #74FA99. Grayscale: #373737. Windows color (decimal): -7666330 or 6686091. OLE color: 6686091.

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

Color convert

RGB 139 5 102 -
CMYK 0 0.96 0.27 0.45
HSL 316.57º 0.93% 0.28% -
HSV(B) 316.57º 0.96% 0.55% -
XYZ 13.1 6.56 13.15 -
YUV 56.12 153.89 187.11 -
System Red Green Blue C M Y K H S L
Decimal 139 5 102 0 0.96 0.27 0.45 316.57 0.93 0.28
Hex 8B 5 66 0 60 1B 2D 13D 5D 1C
Octal 213 5 146 0 140 33 55 475 135 34
Binary 10001011 101 1100110 0 1100000 11011 101101 100111101 1011101 11100

Color Harmonies of #8B0566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0566

Black with #8B0566

Text Example


Text Example

White with #8B0566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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