Html Css Color HEX #8C0454 Eggplant

📋 copy color: '#8C0454'

red 140 ◦ green 4 ◦ blue 84

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

Shades of Eggplant #8C0454

Tints of Eggplant #8C0454

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.75%

 BLUE value IS 84 (33.2% from 255) = 36.84%

R = 61.4%
G = 1.75%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.4

 K value IS 0.45

RGB Variations

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

Color information

#8C0454 (or 0x8C0454) is known color: Eggplant. HEX triplet: 8C, 04 and 54. RGB value is (140,4,84). Sum of RGB (Red+Green+Blue) = 140+4+84=228 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.40% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0454 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0454 is #73FBAB. Grayscale: #353535. Windows color (decimal): -7601068 or 5506188. OLE color: 5506188.

HSL color Cylindrical-coordinate representation of color #8C0454: hue angle of 324.71º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C0454 is Cyan = 0, Magento = 0.97, Yellow = 0.4 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 4 84 -
CMYK 0 0.97 0.4 0.45
HSL 324.71º 0.94% 0.28% -
HSV(B) 324.71º 0.97% 0.55% -
XYZ 12.46 6.3 8.95 -
YUV 53.78 145.06 189.5 -
System Red Green Blue C M Y K H S L
Decimal 140 4 84 0 0.97 0.4 0.45 324.71 0.94 0.28
Hex 8C 4 54 0 61 28 2D 145 5E 1C
Octal 214 4 124 0 141 50 55 505 136 34
Binary 10001100 100 1010100 0 1100001 101000 101101 101000101 1011110 11100

Color Harmonies of #8C0454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0454

Black with #8C0454

Text Example


Text Example

White with #8C0454

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,4,84); }

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

background-color css

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

 a { background-color: rgb(140,4,84); }

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

border-color css

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

 span { border-color: rgb(140,4,84); }

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