Html Css Color HEX #8D136F Dark Purple

📋 copy color: '#8D136F'

red 141 ◦ green 19 ◦ blue 111

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

Shades of Dark Purple #8D136F

Tints of Dark Purple #8D136F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.96%

R = 52.03%
G = 7.01%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8D136F (or 0x8D136F) is known color: Dark Purple. HEX triplet: 8D, 13 and 6F. RGB value is (141,19,111). Sum of RGB (Red+Green+Blue) = 141+19+111=271 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.03% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 141 - color contains mainly: red. Hex color #8D136F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D136F is #72EC90. Grayscale: #414141. Windows color (decimal): -7531665 or 7279501. OLE color: 7279501.

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

Color convert

RGB 141 19 111 -
CMYK 0 0.87 0.21 0.45
HSL 314.75º 0.76% 0.31% -
HSV(B) 314.75º 0.87% 0.55% -
XYZ 14.09 7.28 15.7 -
YUV 65.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 141 19 111 0 0.87 0.21 0.45 314.75 0.76 0.31
Hex 8D 13 6F 0 57 15 2D 13B 4C 1F
Octal 215 23 157 0 127 25 55 473 114 37
Binary 10001101 10011 1101111 0 1010111 10101 101101 100111011 1001100 11111

Color Harmonies of #8D136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D136F

Black with #8D136F

Text Example


Text Example

White with #8D136F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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