Html Css Color HEX #8C0750 Eggplant

📋 copy color: '#8C0750'

red 140 ◦ green 7 ◦ blue 80

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

Shades of Eggplant #8C0750

Tints of Eggplant #8C0750

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.08%

 BLUE value IS 80 (31.64% from 255) = 35.24%

R = 61.67%
G = 3.08%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#8C0750 (or 0x8C0750) is known color: Eggplant. HEX triplet: 8C, 07 and 50. RGB value is (140,7,80). Sum of RGB (Red+Green+Blue) = 140+7+80=227 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.67% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0750 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0750 is #73F8AF. Grayscale: #363636. Windows color (decimal): -7600304 or 5244812. OLE color: 5244812.

HSL color Cylindrical-coordinate representation of color #8C0750: hue angle of 327.07º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0750 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 7 80 -
CMYK 0 0.95 0.43 0.45
HSL 327.07º 0.9% 0.29% -
HSV(B) 327.07º 0.95% 0.55% -
XYZ 12.34 6.31 8.16 -
YUV 55.09 142.06 188.56 -
System Red Green Blue C M Y K H S L
Decimal 140 7 80 0 0.95 0.43 0.45 327.07 0.9 0.29
Hex 8C 7 50 0 5F 2B 2D 147 5A 1D
Octal 214 7 120 0 137 53 55 507 132 35
Binary 10001100 111 1010000 0 1011111 101011 101101 101000111 1011010 11101

Color Harmonies of #8C0750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0750

Black with #8C0750

Text Example


Text Example

White with #8C0750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,7,80); }

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

background-color css

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

 a { background-color: rgb(140,7,80); }

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

border-color css

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

 span { border-color: rgb(140,7,80); }

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