Html Css Color HEX #8D0462 Eggplant

📋 copy color: '#8D0462'

red 141 ◦ green 4 ◦ blue 98

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

Shades of Eggplant #8D0462

Tints of Eggplant #8D0462

RGB

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

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

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

R = 58.02%
G = 1.65%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#8D0462 (or 0x8D0462) is known color: Eggplant. HEX triplet: 8D, 04 and 62. RGB value is (141,4,98). Sum of RGB (Red+Green+Blue) = 141+4+98=243 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.02% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0462 is #72FB9D. Grayscale: #373737. Windows color (decimal): -7535518 or 6423693. OLE color: 6423693.

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

Color convert

RGB 141 4 98 -
CMYK 0 0.97 0.30 0.45
HSL 318.83º 0.94% 0.28% -
HSV(B) 318.83º 0.97% 0.55% -
XYZ 13.23 6.63 12.14 -
YUV 55.68 151.89 188.86 -
System Red Green Blue C M Y K H S L
Decimal 141 4 98 0 0.97 0.30 0.45 318.83 0.94 0.28
Hex 8D 4 62 0 61 1E 2D 13F 5E 1C
Octal 215 4 142 0 141 36 55 477 136 34
Binary 10001101 100 1100010 0 1100001 11110 101101 100111111 1011110 11100

Color Harmonies of #8D0462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0462

Black with #8D0462

Text Example


Text Example

White with #8D0462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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