Html Css Color HEX #8D0162 Eggplant

📋 copy color: '#8D0162'

red 141 ◦ green 1 ◦ blue 98

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

Shades of Eggplant #8D0162

Tints of Eggplant #8D0162

RGB

 RED value IS 141 (55.47% from 255) = 58.75%

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

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

R = 58.75%
G = 0.42%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#8D0162 (or 0x8D0162) is known color: Eggplant. HEX triplet: 8D, 01 and 62. RGB value is (141,1,98). Sum of RGB (Red+Green+Blue) = 141+1+98=240 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.75% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0162 is #72FE9D. Grayscale: #353535. Windows color (decimal): -7536286 or 6422925. OLE color: 6422925.

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

Color convert

RGB 141 1 98 -
CMYK 0 0.99 0.30 0.45
HSL 318.43º 0.99% 0.28% -
HSV(B) 318.43º 0.99% 0.55% -
XYZ 13.2 6.57 12.13 -
YUV 53.92 152.88 190.11 -
System Red Green Blue C M Y K H S L
Decimal 141 1 98 0 0.99 0.30 0.45 318.43 0.99 0.28
Hex 8D 1 62 0 63 1E 2D 13E 63 1C
Octal 215 1 142 0 143 36 55 476 143 34
Binary 10001101 1 1100010 0 1100011 11110 101101 100111110 1100011 11100

Color Harmonies of #8D0162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0162

Black with #8D0162

Text Example


Text Example

White with #8D0162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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