Html Css Color HEX #8C0368 Eggplant

📋 copy color: '#8C0368'

red 140 ◦ green 3 ◦ blue 104

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

Shades of Eggplant #8C0368

Tints of Eggplant #8C0368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 42.11%

R = 56.68%
G = 1.21%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#8C0368 (or 0x8C0368) is known color: Eggplant. HEX triplet: 8C, 03 and 68. RGB value is (140,3,104). Sum of RGB (Red+Green+Blue) = 140+3+104=247 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.68% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0368 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0368 is #73FC97. Grayscale: #373737. Windows color (decimal): -7601304 or 6816652. OLE color: 6816652.

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

Color convert

RGB 140 3 104 -
CMYK 0 0.98 0.26 0.45
HSL 315.77º 0.96% 0.28% -
HSV(B) 315.77º 0.98% 0.55% -
XYZ 13.35 6.64 13.67 -
YUV 55.48 155.39 188.29 -
System Red Green Blue C M Y K H S L
Decimal 140 3 104 0 0.98 0.26 0.45 315.77 0.96 0.28
Hex 8C 3 68 0 62 1A 2D 13C 60 1C
Octal 214 3 150 0 142 32 55 474 140 34
Binary 10001100 11 1101000 0 1100010 11010 101101 100111100 1100000 11100

Color Harmonies of #8C0368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0368

Black with #8C0368

Text Example


Text Example

White with #8C0368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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