Html Css Color HEX #8C0162 Eggplant

📋 copy color: '#8C0162'

red 140 ◦ green 1 ◦ blue 98

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

Shades of Eggplant #8C0162

Tints of Eggplant #8C0162

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 58.58%
G = 0.42%
B = 41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#8C0162 (or 0x8C0162) is known color: Eggplant. HEX triplet: 8C, 01 and 62. RGB value is (140,1,98). Sum of RGB (Red+Green+Blue) = 140+1+98=239 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.58% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0162 is #73FE9D. Grayscale: #353535. Windows color (decimal): -7601822 or 6422924. OLE color: 6422924.

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

Color convert

RGB 140 1 98 -
CMYK 0 0.99 0.3 0.45
HSL 318.13º 0.99% 0.28% -
HSV(B) 318.13º 0.99% 0.55% -
XYZ 13.03 6.48 12.12 -
YUV 53.62 153.05 189.61 -
System Red Green Blue C M Y K H S L
Decimal 140 1 98 0 0.99 0.3 0.45 318.13 0.99 0.28
Hex 8C 1 62 0 63 1E 2D 13E 63 1C
Octal 214 1 142 0 143 36 55 476 143 34
Binary 10001100 1 1100010 0 1100011 11110 101101 100111110 1100011 11100

Color Harmonies of #8C0162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0162

Black with #8C0162

Text Example


Text Example

White with #8C0162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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