Html Css Color HEX #8C0257 Eggplant

📋 copy color: '#8C0257'

red 140 ◦ green 2 ◦ blue 87

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

Shades of Eggplant #8C0257

Tints of Eggplant #8C0257

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

 BLUE value IS 87 (34.38% from 255) = 37.99%

R = 61.14%
G = 0.87%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#8C0257 (or 0x8C0257) is known color: Eggplant. HEX triplet: 8C, 02 and 57. RGB value is (140,2,87). Sum of RGB (Red+Green+Blue) = 140+2+87=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 87 (34.38% from 255 or 37.99% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0257 is #73FDA8. Grayscale: #343434. Windows color (decimal): -7601577 or 5702284. OLE color: 5702284.

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

Color convert

RGB 140 2 87 -
CMYK 0 0.99 0.38 0.45
HSL 323.04º 0.97% 0.28% -
HSV(B) 323.04º 0.99% 0.55% -
XYZ 12.56 6.31 9.57 -
YUV 52.95 147.22 190.09 -
System Red Green Blue C M Y K H S L
Decimal 140 2 87 0 0.99 0.38 0.45 323.04 0.97 0.28
Hex 8C 2 57 0 63 26 2D 143 61 1C
Octal 214 2 127 0 143 46 55 503 141 34
Binary 10001100 10 1010111 0 1100011 100110 101101 101000011 1100001 11100

Color Harmonies of #8C0257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0257

Black with #8C0257

Text Example


Text Example

White with #8C0257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,2,87); }

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

background-color css

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

 a { background-color: rgb(140,2,87); }

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

border-color css

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

 span { border-color: rgb(140,2,87); }

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