Html Css Color HEX #8D0968 Eggplant

📋 copy color: '#8D0968'

red 141 ◦ green 9 ◦ blue 104

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

Shades of Eggplant #8D0968

Tints of Eggplant #8D0968

RGB

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

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

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

R = 55.51%
G = 3.54%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#8D0968 (or 0x8D0968) is known color: Eggplant. HEX triplet: 8D, 09 and 68. RGB value is (141,9,104). Sum of RGB (Red+Green+Blue) = 141+9+104=254 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.51% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0968 is #72F697. Grayscale: #3B3B3B. Windows color (decimal): -7534232 or 6818189. OLE color: 6818189.

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

Color convert

RGB 141 9 104 -
CMYK 0 0.94 0.26 0.45
HSL 316.82º 0.88% 0.29% -
HSV(B) 316.82º 0.94% 0.55% -
XYZ 13.58 6.86 13.7 -
YUV 59.3 153.23 186.28 -
System Red Green Blue C M Y K H S L
Decimal 141 9 104 0 0.94 0.26 0.45 316.82 0.88 0.29
Hex 8D 9 68 0 5E 1A 2D 13D 58 1D
Octal 215 11 150 0 136 32 55 475 130 35
Binary 10001101 1001 1101000 0 1011110 11010 101101 100111101 1011000 11101

Color Harmonies of #8D0968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0968

Black with #8D0968

Text Example


Text Example

White with #8D0968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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