Html Css Color HEX #8D0468 Eggplant

📋 copy color: '#8D0468'

red 141 ◦ green 4 ◦ blue 104

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

Shades of Eggplant #8D0468

Tints of Eggplant #8D0468

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

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

R = 56.63%
G = 1.61%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#8D0468 (or 0x8D0468) is known color: Eggplant. HEX triplet: 8D, 04 and 68. RGB value is (141,4,104). Sum of RGB (Red+Green+Blue) = 141+4+104=249 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.63% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0468 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0468 is #72FB97. Grayscale: #383838. Windows color (decimal): -7535512 or 6816909. OLE color: 6816909.

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

Color convert

RGB 141 4 104 -
CMYK 0 0.97 0.26 0.45
HSL 316.2º 0.94% 0.28% -
HSV(B) 316.2º 0.97% 0.55% -
XYZ 13.53 6.75 13.69 -
YUV 56.36 154.89 188.37 -
System Red Green Blue C M Y K H S L
Decimal 141 4 104 0 0.97 0.26 0.45 316.2 0.94 0.28
Hex 8D 4 68 0 61 1A 2D 13C 5E 1C
Octal 215 4 150 0 141 32 55 474 136 34
Binary 10001101 100 1101000 0 1100001 11010 101101 100111100 1011110 11100

Color Harmonies of #8D0468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0468

Black with #8D0468

Text Example


Text Example

White with #8D0468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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