Html Css Color HEX #8D3271 Dark Purple

📋 copy color: '#8D3271'

red 141 ◦ green 50 ◦ blue 113

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

Shades of Dark Purple #8D3271

Tints of Dark Purple #8D3271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.17%

R = 46.38%
G = 16.45%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8D3271 (or 0x8D3271) is known color: Dark Purple. HEX triplet: 8D, 32 and 71. RGB value is (141,50,113). Sum of RGB (Red+Green+Blue) = 141+50+113=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3271 is #72CD8E. Grayscale: #545454. Windows color (decimal): -7523727 or 7418509. OLE color: 7418509.

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

Color convert

RGB 141 50 113 -
CMYK 0 0.65 0.20 0.45
HSL 318.46º 0.48% 0.37% -
HSV(B) 318.46º 0.65% 0.55% -
XYZ 15.11 9.14 16.59 -
YUV 84.39 144.15 168.38 -
System Red Green Blue C M Y K H S L
Decimal 141 50 113 0 0.65 0.20 0.45 318.46 0.48 0.37
Hex 8D 32 71 0 41 14 2D 13E 30 25
Octal 215 62 161 0 101 24 55 476 60 45
Binary 10001101 110010 1110001 0 1000001 10100 101101 100111110 110000 100101

Color Harmonies of #8D3271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3271

Black with #8D3271

Text Example


Text Example

White with #8D3271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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