Html Css Color HEX #8C1367 Eggplant

📋 copy color: '#8C1367'

red 140 ◦ green 19 ◦ blue 103

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

Shades of Eggplant #8C1367

Tints of Eggplant #8C1367

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.25%

 BLUE value IS 103 (40.63% from 255) = 39.31%

R = 53.44%
G = 7.25%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#8C1367 (or 0x8C1367) is known color: Eggplant. HEX triplet: 8C, 13 and 67. RGB value is (140,19,103). Sum of RGB (Red+Green+Blue) = 140+19+103=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1367 is #73EC98. Grayscale: #404040. Windows color (decimal): -7597209 or 6755212. OLE color: 6755212.

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

Color convert

RGB 140 19 103 -
CMYK 0 0.86 0.26 0.45
HSL 318.35º 0.76% 0.31% -
HSV(B) 318.35º 0.86% 0.55% -
XYZ 13.5 7.02 13.48 -
YUV 64.76 149.59 181.67 -
System Red Green Blue C M Y K H S L
Decimal 140 19 103 0 0.86 0.26 0.45 318.35 0.76 0.31
Hex 8C 13 67 0 56 1A 2D 13E 4C 1F
Octal 214 23 147 0 126 32 55 476 114 37
Binary 10001100 10011 1100111 0 1010110 11010 101101 100111110 1001100 11111

Color Harmonies of #8C1367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1367

Black with #8C1367

Text Example


Text Example

White with #8C1367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,19,103); }

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

background-color css

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

 a { background-color: rgb(140,19,103); }

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

border-color css

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

 span { border-color: rgb(140,19,103); }

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