Html Css Color HEX #8D116C Dark Purple

📋 copy color: '#8D116C'

red 141 ◦ green 17 ◦ blue 108

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

Shades of Dark Purple #8D116C

Tints of Dark Purple #8D116C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.39%

 BLUE value IS 108 (42.58% from 255) = 40.6%

R = 53.01%
G = 6.39%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8D116C (or 0x8D116C) is known color: Dark Purple. HEX triplet: 8D, 11 and 6C. RGB value is (141,17,108). Sum of RGB (Red+Green+Blue) = 141+17+108=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D116C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D116C is #72EE93. Grayscale: #404040. Windows color (decimal): -7532180 or 7082381. OLE color: 7082381.

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

Color convert

RGB 141 17 108 -
CMYK 0 0.88 0.23 0.45
HSL 315.97º 0.78% 0.31% -
HSV(B) 315.97º 0.88% 0.55% -
XYZ 13.89 7.15 14.83 -
YUV 64.45 152.58 182.6 -
System Red Green Blue C M Y K H S L
Decimal 141 17 108 0 0.88 0.23 0.45 315.97 0.78 0.31
Hex 8D 11 6C 0 58 17 2D 13C 4E 1F
Octal 215 21 154 0 130 27 55 474 116 37
Binary 10001101 10001 1101100 0 1011000 10111 101101 100111100 1001110 11111

Color Harmonies of #8D116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D116C

Black with #8D116C

Text Example


Text Example

White with #8D116C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,17,108); }

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

background-color css

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

 a { background-color: rgb(141,17,108); }

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

border-color css

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

 span { border-color: rgb(141,17,108); }

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