Html Css Color HEX #8D0958 Eggplant

📋 copy color: '#8D0958'

red 141 ◦ green 9 ◦ blue 88

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

Shades of Eggplant #8D0958

Tints of Eggplant #8D0958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.97%

R = 59.24%
G = 3.78%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#8D0958 (or 0x8D0958) is known color: Eggplant. HEX triplet: 8D, 09 and 58. RGB value is (141,9,88). Sum of RGB (Red+Green+Blue) = 141+9+88=238 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.24% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0958 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0958 is #72F6A7. Grayscale: #393939. Windows color (decimal): -7534248 or 5769613. OLE color: 5769613.

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

Color convert

RGB 141 9 88 -
CMYK 0 0.94 0.38 0.45
HSL 324.09º 0.88% 0.29% -
HSV(B) 324.09º 0.94% 0.55% -
XYZ 12.84 6.56 9.82 -
YUV 57.47 145.23 187.58 -
System Red Green Blue C M Y K H S L
Decimal 141 9 88 0 0.94 0.38 0.45 324.09 0.88 0.29
Hex 8D 9 58 0 5E 26 2D 144 58 1D
Octal 215 11 130 0 136 46 55 504 130 35
Binary 10001101 1001 1011000 0 1011110 100110 101101 101000100 1011000 11101

Color Harmonies of #8D0958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0958

Black with #8D0958

Text Example


Text Example

White with #8D0958

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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