Html Css Color HEX #8D0E7F Dark Purple

📋 copy color: '#8D0E7F'

red 141 ◦ green 14 ◦ blue 127

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

Shades of Dark Purple #8D0E7F

Tints of Dark Purple #8D0E7F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.96%

 BLUE value IS 127 (50% from 255) = 45.04%

R = 50%
G = 4.96%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8D0E7F (or 0x8D0E7F) is known color: Dark Purple. HEX triplet: 8D, 0E and 7F. RGB value is (141,14,127). Sum of RGB (Red+Green+Blue) = 141+14+127=282 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0E7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0E7F is #72F180. Grayscale: #404040. Windows color (decimal): -7532929 or 8326797. OLE color: 8326797.

HSL color Cylindrical-coordinate representation of color #8D0E7F: hue angle of 306.61º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D0E7F is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 14 127 -
CMYK 0 0.90 0.10 0.45
HSL 306.61º 0.82% 0.3% -
HSV(B) 306.61º 0.9% 0.55% -
XYZ 14.97 7.51 20.74 -
YUV 64.86 163.08 182.31 -
System Red Green Blue C M Y K H S L
Decimal 141 14 127 0 0.90 0.10 0.45 306.61 0.82 0.3
Hex 8D E 7F 0 5A A 2D 133 52 1E
Octal 215 16 177 0 132 12 55 463 122 36
Binary 10001101 1110 1111111 0 1011010 1010 101101 100110011 1010010 11110

Color Harmonies of #8D0E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0E7F

Black with #8D0E7F

Text Example


Text Example

White with #8D0E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,14,127); }

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

background-color css

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

 a { background-color: rgb(141,14,127); }

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

border-color css

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

 span { border-color: rgb(141,14,127); }

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