Html Css Color HEX #8C0261 Eggplant

📋 copy color: '#8C0261'

red 140 ◦ green 2 ◦ blue 97

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

Shades of Eggplant #8C0261

Tints of Eggplant #8C0261

RGB

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

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

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

R = 58.58%
G = 0.84%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8C0261 (or 0x8C0261) is known color: Eggplant. HEX triplet: 8C, 02 and 61. RGB value is (140,2,97). Sum of RGB (Red+Green+Blue) = 140+2+97=239 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.58% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0261 is #73FD9E. Grayscale: #353535. Windows color (decimal): -7601567 or 6357644. OLE color: 6357644.

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

Color convert

RGB 140 2 97 -
CMYK 0 0.99 0.31 0.45
HSL 318.7º 0.97% 0.28% -
HSV(B) 318.7º 0.99% 0.55% -
XYZ 12.99 6.48 11.88 -
YUV 54.09 152.22 189.28 -
System Red Green Blue C M Y K H S L
Decimal 140 2 97 0 0.99 0.31 0.45 318.7 0.97 0.28
Hex 8C 2 61 0 63 1F 2D 13F 61 1C
Octal 214 2 141 0 143 37 55 477 141 34
Binary 10001100 10 1100001 0 1100011 11111 101101 100111111 1100001 11100

Color Harmonies of #8C0261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0261

Black with #8C0261

Text Example


Text Example

White with #8C0261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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