Html Css Color HEX #8D3B73 Dark Purple

📋 copy color: '#8D3B73'

red 141 ◦ green 59 ◦ blue 115

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

Shades of Dark Purple #8D3B73

Tints of Dark Purple #8D3B73

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.73%

 BLUE value IS 115 (45.31% from 255) = 36.51%

R = 44.76%
G = 18.73%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8D3B73 (or 0x8D3B73) is known color: Dark Purple. HEX triplet: 8D, 3B and 73. RGB value is (141,59,115). Sum of RGB (Red+Green+Blue) = 141+59+115=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3B73 is #72C48C. Grayscale: #595959. Windows color (decimal): -7521421 or 7551885. OLE color: 7551885.

HSL color Cylindrical-coordinate representation of color #8D3B73: hue angle of 319.02º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D3B73 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 59 115 -
CMYK 0 0.58 0.18 0.45
HSL 319.02º 0.41% 0.39% -
HSV(B) 319.02º 0.58% 0.55% -
XYZ 15.64 10.03 17.33 -
YUV 89.9 142.17 164.45 -
System Red Green Blue C M Y K H S L
Decimal 141 59 115 0 0.58 0.18 0.45 319.02 0.41 0.39
Hex 8D 3B 73 0 3A 12 2D 13F 29 27
Octal 215 73 163 0 72 22 55 477 51 47
Binary 10001101 111011 1110011 0 111010 10010 101101 100111111 101001 100111

Color Harmonies of #8D3B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3B73

Black with #8D3B73

Text Example


Text Example

White with #8D3B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,59,115); }

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

background-color css

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

 a { background-color: rgb(141,59,115); }

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

border-color css

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

 span { border-color: rgb(141,59,115); }

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