Html Css Color HEX #8D0966 Eggplant

📋 copy color: '#8D0966'

red 141 ◦ green 9 ◦ blue 102

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

Shades of Eggplant #8D0966

Tints of Eggplant #8D0966

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.57%

 BLUE value IS 102 (40.23% from 255) = 40.48%

R = 55.95%
G = 3.57%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8D0966 (or 0x8D0966) is known color: Eggplant. HEX triplet: 8D, 09 and 66. RGB value is (141,9,102). Sum of RGB (Red+Green+Blue) = 141+9+102=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0966 is #72F699. Grayscale: #3A3A3A. Windows color (decimal): -7534234 or 6687117. OLE color: 6687117.

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

Color convert

RGB 141 9 102 -
CMYK 0 0.94 0.28 0.45
HSL 317.73º 0.88% 0.29% -
HSV(B) 317.73º 0.94% 0.55% -
XYZ 13.48 6.82 13.18 -
YUV 59.07 152.23 186.44 -
System Red Green Blue C M Y K H S L
Decimal 141 9 102 0 0.94 0.28 0.45 317.73 0.88 0.29
Hex 8D 9 66 0 5E 1C 2D 13E 58 1D
Octal 215 11 146 0 136 34 55 476 130 35
Binary 10001101 1001 1100110 0 1011110 11100 101101 100111110 1011000 11101

Color Harmonies of #8D0966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0966

Black with #8D0966

Text Example


Text Example

White with #8D0966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,9,102); }

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

background-color css

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

 a { background-color: rgb(141,9,102); }

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

border-color css

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

 span { border-color: rgb(141,9,102); }

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