Html Css Color HEX #8D3F75 Dark Purple

📋 copy color: '#8D3F75'

red 141 ◦ green 63 ◦ blue 117

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

Shades of Dark Purple #8D3F75

Tints of Dark Purple #8D3F75

RGB

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

 GREEN value IS 63 (25% from 255) = 19.63%

 BLUE value IS 117 (46.09% from 255) = 36.45%

R = 43.93%
G = 19.63%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8D3F75 (or 0x8D3F75) is known color: Dark Purple. HEX triplet: 8D, 3F and 75. RGB value is (141,63,117). Sum of RGB (Red+Green+Blue) = 141+63+117=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3F75 is #72C08A. Grayscale: #5C5C5C. Windows color (decimal): -7520395 or 7683981. OLE color: 7683981.

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

Color convert

RGB 141 63 117 -
CMYK 0 0.55 0.17 0.45
HSL 318.46º 0.38% 0.4% -
HSV(B) 318.46º 0.55% 0.55% -
XYZ 15.97 10.5 18.01 -
YUV 92.48 141.84 162.61 -
System Red Green Blue C M Y K H S L
Decimal 141 63 117 0 0.55 0.17 0.45 318.46 0.38 0.4
Hex 8D 3F 75 0 37 11 2D 13E 26 28
Octal 215 77 165 0 67 21 55 476 46 50
Binary 10001101 111111 1110101 0 110111 10001 101101 100111110 100110 101000

Color Harmonies of #8D3F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3F75

Black with #8D3F75

Text Example


Text Example

White with #8D3F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,63,117); }

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

background-color css

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

 a { background-color: rgb(141,63,117); }

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

border-color css

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

 span { border-color: rgb(141,63,117); }

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