Html Css Color HEX #8C0361 Eggplant

📋 copy color: '#8C0361'

red 140 ◦ green 3 ◦ blue 97

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

Shades of Eggplant #8C0361

Tints of Eggplant #8C0361

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.25%

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

R = 58.33%
G = 1.25%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8C0361 (or 0x8C0361) is known color: Eggplant. HEX triplet: 8C, 03 and 61. RGB value is (140,3,97). Sum of RGB (Red+Green+Blue) = 140+3+97=240 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.33% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0361 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0361 is #73FC9E. Grayscale: #363636. Windows color (decimal): -7601311 or 6357900. OLE color: 6357900.

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

Color convert

RGB 140 3 97 -
CMYK 0 0.98 0.31 0.45
HSL 318.83º 0.96% 0.28% -
HSV(B) 318.83º 0.98% 0.55% -
XYZ 13.01 6.5 11.88 -
YUV 54.68 151.89 188.86 -
System Red Green Blue C M Y K H S L
Decimal 140 3 97 0 0.98 0.31 0.45 318.83 0.96 0.28
Hex 8C 3 61 0 62 1F 2D 13F 60 1C
Octal 214 3 141 0 142 37 55 477 140 34
Binary 10001100 11 1100001 0 1100010 11111 101101 100111111 1100000 11100

Color Harmonies of #8C0361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0361

Black with #8C0361

Text Example


Text Example

White with #8C0361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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