Html Css Color HEX #8D3277 Dark Purple

📋 copy color: '#8D3277'

red 141 ◦ green 50 ◦ blue 119

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

Shades of Dark Purple #8D3277

Tints of Dark Purple #8D3277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.13%

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

R = 45.48%
G = 16.13%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8D3277 (or 0x8D3277) is known color: Dark Purple. HEX triplet: 8D, 32 and 77. RGB value is (141,50,119). Sum of RGB (Red+Green+Blue) = 141+50+119=310 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.48% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3277 is #72CD88. Grayscale: #545454. Windows color (decimal): -7523721 or 7811725. OLE color: 7811725.

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

Color convert

RGB 141 50 119 -
CMYK 0 0.65 0.16 0.45
HSL 314.51º 0.48% 0.37% -
HSV(B) 314.51º 0.65% 0.55% -
XYZ 15.45 9.28 18.43 -
YUV 85.08 147.15 167.89 -
System Red Green Blue C M Y K H S L
Decimal 141 50 119 0 0.65 0.16 0.45 314.51 0.48 0.37
Hex 8D 32 77 0 41 10 2D 13B 30 25
Octal 215 62 167 0 101 20 55 473 60 45
Binary 10001101 110010 1110111 0 1000001 10000 101101 100111011 110000 100101

Color Harmonies of #8D3277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3277

Black with #8D3277

Text Example


Text Example

White with #8D3277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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