Html Css Color HEX #8C0561 Eggplant

📋 copy color: '#8C0561'

red 140 ◦ green 5 ◦ blue 97

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

Shades of Eggplant #8C0561

Tints of Eggplant #8C0561

RGB

 RED value IS 140 (55.08% from 255) = 57.85%

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

 BLUE value IS 97 (38.28% from 255) = 40.08%

R = 57.85%
G = 2.07%
B = 40.08%

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

#8C0561 (or 0x8C0561) is known color: Eggplant. HEX triplet: 8C, 05 and 61. RGB value is (140,5,97). Sum of RGB (Red+Green+Blue) = 140+5+97=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0561 is #73FA9E. Grayscale: #373737. Windows color (decimal): -7600799 or 6358412. OLE color: 6358412.

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

Color convert

RGB 140 5 97 -
CMYK 0 0.96 0.31 0.45
HSL 319.11º 0.93% 0.28% -
HSV(B) 319.11º 0.96% 0.55% -
XYZ 13.03 6.55 11.89 -
YUV 55.85 151.23 188.02 -
System Red Green Blue C M Y K H S L
Decimal 140 5 97 0 0.96 0.31 0.45 319.11 0.93 0.28
Hex 8C 5 61 0 60 1F 2D 13F 5D 1C
Octal 214 5 141 0 140 37 55 477 135 34
Binary 10001100 101 1100001 0 1100000 11111 101101 100111111 1011101 11100

Color Harmonies of #8C0561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0561

Black with #8C0561

Text Example


Text Example

White with #8C0561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,5,97); }

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

background-color css

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

 a { background-color: rgb(140,5,97); }

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

border-color css

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

 span { border-color: rgb(140,5,97); }

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