Html Css Color HEX #8B0565 Eggplant

📋 copy color: '#8B0565'

red 139 ◦ green 5 ◦ blue 101

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

Shades of Eggplant #8B0565

Tints of Eggplant #8B0565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.22%

R = 56.73%
G = 2.04%
B = 41.22%

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

#8B0565 (or 0x8B0565) is known color: Eggplant. HEX triplet: 8B, 05 and 65. RGB value is (139,5,101). Sum of RGB (Red+Green+Blue) = 139+5+101=245 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.73% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0565 is #74FA9A. Grayscale: #373737. Windows color (decimal): -7666331 or 6620555. OLE color: 6620555.

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

Color convert

RGB 139 5 101 -
CMYK 0 0.96 0.27 0.45
HSL 317.01º 0.93% 0.28% -
HSV(B) 317.01º 0.96% 0.55% -
XYZ 13.05 6.54 12.89 -
YUV 56.01 153.39 187.19 -
System Red Green Blue C M Y K H S L
Decimal 139 5 101 0 0.96 0.27 0.45 317.01 0.93 0.28
Hex 8B 5 65 0 60 1B 2D 13D 5D 1C
Octal 213 5 145 0 140 33 55 475 135 34
Binary 10001011 101 1100101 0 1100000 11011 101101 100111101 1011101 11100

Color Harmonies of #8B0565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0565

Black with #8B0565

Text Example


Text Example

White with #8B0565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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