Html Css Color HEX #8D3477 Dark Purple

📋 copy color: '#8D3477'

red 141 ◦ green 52 ◦ blue 119

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

Shades of Dark Purple #8D3477

Tints of Dark Purple #8D3477

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.67%

 BLUE value IS 119 (46.88% from 255) = 38.14%

R = 45.19%
G = 16.67%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8D3477 (or 0x8D3477) is known color: Dark Purple. HEX triplet: 8D, 34 and 77. RGB value is (141,52,119). Sum of RGB (Red+Green+Blue) = 141+52+119=312 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.19% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3477 is #72CB88. Grayscale: #565656. Windows color (decimal): -7523209 or 7812237. OLE color: 7812237.

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

Color convert

RGB 141 52 119 -
CMYK 0 0.63 0.16 0.45
HSL 314.83º 0.46% 0.38% -
HSV(B) 314.83º 0.63% 0.55% -
XYZ 15.54 9.45 18.46 -
YUV 86.25 146.49 167.05 -
System Red Green Blue C M Y K H S L
Decimal 141 52 119 0 0.63 0.16 0.45 314.83 0.46 0.38
Hex 8D 34 77 0 3F 10 2D 13B 2E 26
Octal 215 64 167 0 77 20 55 473 56 46
Binary 10001101 110100 1110111 0 111111 10000 101101 100111011 101110 100110

Color Harmonies of #8D3477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3477

Black with #8D3477

Text Example


Text Example

White with #8D3477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,52,119); }

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

background-color css

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

 a { background-color: rgb(141,52,119); }

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

border-color css

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

 span { border-color: rgb(141,52,119); }

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