Html Css Color HEX #8D387D Dark Purple

📋 copy color: '#8D387D'

red 141 ◦ green 56 ◦ blue 125

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

Shades of Dark Purple #8D387D

Tints of Dark Purple #8D387D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.82%

R = 43.79%
G = 17.39%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8D387D (or 0x8D387D) is known color: Dark Purple. HEX triplet: 8D, 38 and 7D. RGB value is (141,56,125). Sum of RGB (Red+Green+Blue) = 141+56+125=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 141 - color contains mainly: red. Hex color #8D387D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D387D is #72C782. Grayscale: #595959. Windows color (decimal): -7522179 or 8206477. OLE color: 8206477.

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

Color convert

RGB 141 56 125 -
CMYK 0 0.60 0.11 0.45
HSL 311.29º 0.43% 0.39% -
HSV(B) 311.29º 0.6% 0.55% -
XYZ 16.1 9.97 20.48 -
YUV 89.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 141 56 125 0 0.60 0.11 0.45 311.29 0.43 0.39
Hex 8D 38 7D 0 3C B 2D 137 2B 27
Octal 215 70 175 0 74 13 55 467 53 47
Binary 10001101 111000 1111101 0 111100 1011 101101 100110111 101011 100111

Color Harmonies of #8D387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D387D

Black with #8D387D

Text Example


Text Example

White with #8D387D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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