Html Css Color HEX #8C1562 Eggplant

📋 copy color: '#8C1562'

red 140 ◦ green 21 ◦ blue 98

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

Shades of Eggplant #8C1562

Tints of Eggplant #8C1562

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.11%

 BLUE value IS 98 (38.67% from 255) = 37.84%

R = 54.05%
G = 8.11%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#8C1562 (or 0x8C1562) is known color: Eggplant. HEX triplet: 8C, 15 and 62. RGB value is (140,21,98). Sum of RGB (Red+Green+Blue) = 140+21+98=259 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.05% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1562 is #73EA9D. Grayscale: #414141. Windows color (decimal): -7596702 or 6428044. OLE color: 6428044.

HSL color Cylindrical-coordinate representation of color #8C1562: hue angle of 321.18º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C1562 is Cyan = 0, Magento = 0.85, Yellow = 0.3 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 21 98 -
CMYK 0 0.85 0.3 0.45
HSL 321.18º 0.74% 0.32% -
HSV(B) 321.18º 0.85% 0.55% -
XYZ 13.29 6.99 12.2 -
YUV 65.36 146.42 181.24 -
System Red Green Blue C M Y K H S L
Decimal 140 21 98 0 0.85 0.3 0.45 321.18 0.74 0.32
Hex 8C 15 62 0 55 1E 2D 141 4A 20
Octal 214 25 142 0 125 36 55 501 112 40
Binary 10001100 10101 1100010 0 1010101 11110 101101 101000001 1001010 100000

Color Harmonies of #8C1562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1562

Black with #8C1562

Text Example


Text Example

White with #8C1562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,21,98); }

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

background-color css

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

 a { background-color: rgb(140,21,98); }

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

border-color css

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

 span { border-color: rgb(140,21,98); }

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