Html Css Color HEX #8D3472 Dark Purple

📋 copy color: '#8D3472'

red 141 ◦ green 52 ◦ blue 114

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

Shades of Dark Purple #8D3472

Tints of Dark Purple #8D3472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.13%

R = 45.93%
G = 16.94%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8D3472 (or 0x8D3472) is known color: Dark Purple. HEX triplet: 8D, 34 and 72. RGB value is (141,52,114). Sum of RGB (Red+Green+Blue) = 141+52+114=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3472 is #72CB8D. Grayscale: #555555. Windows color (decimal): -7523214 or 7484557. OLE color: 7484557.

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

Color convert

RGB 141 52 114 -
CMYK 0 0.63 0.19 0.45
HSL 318.2º 0.46% 0.38% -
HSV(B) 318.2º 0.63% 0.55% -
XYZ 15.25 9.33 16.92 -
YUV 85.68 143.99 167.46 -
System Red Green Blue C M Y K H S L
Decimal 141 52 114 0 0.63 0.19 0.45 318.2 0.46 0.38
Hex 8D 34 72 0 3F 13 2D 13E 2E 26
Octal 215 64 162 0 77 23 55 476 56 46
Binary 10001101 110100 1110010 0 111111 10011 101101 100111110 101110 100110

Color Harmonies of #8D3472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3472

Black with #8D3472

Text Example


Text Example

White with #8D3472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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