Html Css Color HEX #8D386F Dark Purple

📋 copy color: '#8D386F'

red 141 ◦ green 56 ◦ blue 111

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

Shades of Dark Purple #8D386F

Tints of Dark Purple #8D386F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.18%

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

R = 45.78%
G = 18.18%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8D386F (or 0x8D386F) is known color: Dark Purple. HEX triplet: 8D, 38 and 6F. RGB value is (141,56,111). Sum of RGB (Red+Green+Blue) = 141+56+111=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 141 - color contains mainly: red. Hex color #8D386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D386F is #72C790. Grayscale: #575757. Windows color (decimal): -7522193 or 7288973. OLE color: 7288973.

HSL color Cylindrical-coordinate representation of color #8D386F: hue angle of 321.18º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D386F is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 56 111 -
CMYK 0 0.60 0.21 0.45
HSL 321.18º 0.43% 0.39% -
HSV(B) 321.18º 0.6% 0.55% -
XYZ 15.27 9.64 16.09 -
YUV 87.69 141.16 166.03 -
System Red Green Blue C M Y K H S L
Decimal 141 56 111 0 0.60 0.21 0.45 321.18 0.43 0.39
Hex 8D 38 6F 0 3C 15 2D 141 2B 27
Octal 215 70 157 0 74 25 55 501 53 47
Binary 10001101 111000 1101111 0 111100 10101 101101 101000001 101011 100111

Color Harmonies of #8D386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D386F

Black with #8D386F

Text Example


Text Example

White with #8D386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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