Html Css Color HEX #8D377F Dark Purple

📋 copy color: '#8D377F'

red 141 ◦ green 55 ◦ blue 127

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

Shades of Dark Purple #8D377F

Tints of Dark Purple #8D377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.03%

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

R = 43.65%
G = 17.03%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8D377F (or 0x8D377F) is known color: Dark Purple. HEX triplet: 8D, 37 and 7F. RGB value is (141,55,127). Sum of RGB (Red+Green+Blue) = 141+55+127=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 141 - color contains mainly: red. Hex color #8D377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D377F is #72C880. Grayscale: #585858. Windows color (decimal): -7522433 or 8337293. OLE color: 8337293.

HSL color Cylindrical-coordinate representation of color #8D377F: hue angle of 309.77º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D377F is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 55 127 -
CMYK 0 0.61 0.10 0.45
HSL 309.77º 0.44% 0.38% -
HSV(B) 309.77º 0.61% 0.55% -
XYZ 16.18 9.93 21.14 -
YUV 88.92 149.49 165.15 -
System Red Green Blue C M Y K H S L
Decimal 141 55 127 0 0.61 0.10 0.45 309.77 0.44 0.38
Hex 8D 37 7F 0 3D A 2D 136 2C 26
Octal 215 67 177 0 75 12 55 466 54 46
Binary 10001101 110111 1111111 0 111101 1010 101101 100110110 101100 100110

Color Harmonies of #8D377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D377F

Black with #8D377F

Text Example


Text Example

White with #8D377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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