Html Css Color HEX #8D135E Eggplant

📋 copy color: '#8D135E'

red 141 ◦ green 19 ◦ blue 94

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

Shades of Eggplant #8D135E

Tints of Eggplant #8D135E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.48%

 BLUE value IS 94 (37.11% from 255) = 37.01%

R = 55.51%
G = 7.48%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8D135E (or 0x8D135E) is known color: Eggplant. HEX triplet: 8D, 13 and 5E. RGB value is (141,19,94). Sum of RGB (Red+Green+Blue) = 141+19+94=254 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.51% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 141 - color contains mainly: red. Hex color #8D135E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D135E is #72ECA1. Grayscale: #3F3F3F. Windows color (decimal): -7531682 or 6165389. OLE color: 6165389.

HSL color Cylindrical-coordinate representation of color #8D135E: hue angle of 323.11º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D135E is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 19 94 -
CMYK 0 0.87 0.33 0.45
HSL 323.11º 0.76% 0.31% -
HSV(B) 323.11º 0.87% 0.55% -
XYZ 13.24 6.94 11.23 -
YUV 64.03 144.92 182.9 -
System Red Green Blue C M Y K H S L
Decimal 141 19 94 0 0.87 0.33 0.45 323.11 0.76 0.31
Hex 8D 13 5E 0 57 21 2D 143 4C 1F
Octal 215 23 136 0 127 41 55 503 114 37
Binary 10001101 10011 1011110 0 1010111 100001 101101 101000011 1001100 11111

Color Harmonies of #8D135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D135E

Black with #8D135E

Text Example


Text Example

White with #8D135E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,19,94); }

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

background-color css

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

 a { background-color: rgb(141,19,94); }

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

border-color css

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

 span { border-color: rgb(141,19,94); }

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