Html Css Color HEX #8D0663 Eggplant

📋 copy color: '#8D0663'

red 141 ◦ green 6 ◦ blue 99

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

Shades of Eggplant #8D0663

Tints of Eggplant #8D0663

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.44%

 BLUE value IS 99 (39.06% from 255) = 40.24%

R = 57.32%
G = 2.44%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#8D0663 (or 0x8D0663) is known color: Eggplant. HEX triplet: 8D, 06 and 63. RGB value is (141,6,99). Sum of RGB (Red+Green+Blue) = 141+6+99=246 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.32% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0663 is #72F99C. Grayscale: #383838. Windows color (decimal): -7535005 or 6489741. OLE color: 6489741.

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

Color convert

RGB 141 6 99 -
CMYK 0 0.96 0.30 0.45
HSL 318.67º 0.92% 0.29% -
HSV(B) 318.67º 0.96% 0.55% -
XYZ 13.3 6.69 12.4 -
YUV 56.97 151.73 187.94 -
System Red Green Blue C M Y K H S L
Decimal 141 6 99 0 0.96 0.30 0.45 318.67 0.92 0.29
Hex 8D 6 63 0 60 1E 2D 13F 5C 1D
Octal 215 6 143 0 140 36 55 477 134 35
Binary 10001101 110 1100011 0 1100000 11110 101101 100111111 1011100 11101

Color Harmonies of #8D0663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0663

Black with #8D0663

Text Example


Text Example

White with #8D0663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,6,99); }

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

background-color css

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

 a { background-color: rgb(141,6,99); }

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

border-color css

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

 span { border-color: rgb(141,6,99); }

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