Html Css Color HEX #8D0168 Eggplant

📋 copy color: '#8D0168'

red 141 ◦ green 1 ◦ blue 104

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

Shades of Eggplant #8D0168

Tints of Eggplant #8D0168

RGB

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

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

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

R = 57.32%
G = 0.41%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#8D0168 (or 0x8D0168) is known color: Eggplant. HEX triplet: 8D, 01 and 68. RGB value is (141,1,104). Sum of RGB (Red+Green+Blue) = 141+1+104=246 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.32% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0168 is #72FE97. Grayscale: #363636. Windows color (decimal): -7536280 or 6816141. OLE color: 6816141.

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

Color convert

RGB 141 1 104 -
CMYK 0 0.99 0.26 0.45
HSL 315.86º 0.99% 0.28% -
HSV(B) 315.86º 0.99% 0.55% -
XYZ 13.49 6.68 13.68 -
YUV 54.6 155.88 189.62 -
System Red Green Blue C M Y K H S L
Decimal 141 1 104 0 0.99 0.26 0.45 315.86 0.99 0.28
Hex 8D 1 68 0 63 1A 2D 13C 63 1C
Octal 215 1 150 0 143 32 55 474 143 34
Binary 10001101 1 1101000 0 1100011 11010 101101 100111100 1100011 11100

Color Harmonies of #8D0168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0168

Black with #8D0168

Text Example


Text Example

White with #8D0168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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