Html Css Color HEX #8D1972 Dark Purple

📋 copy color: '#8D1972'

red 141 ◦ green 25 ◦ blue 114

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

Shades of Dark Purple #8D1972

Tints of Dark Purple #8D1972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.93%

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

R = 50.36%
G = 8.93%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8D1972 (or 0x8D1972) is known color: Dark Purple. HEX triplet: 8D, 19 and 72. RGB value is (141,25,114). Sum of RGB (Red+Green+Blue) = 141+25+114=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1972 is #72E68D. Grayscale: #454545. Windows color (decimal): -7530126 or 7477645. OLE color: 7477645.

HSL color Cylindrical-coordinate representation of color #8D1972: hue angle of 313.97º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D1972 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 25 114 -
CMYK 0 0.82 0.19 0.45
HSL 313.97º 0.7% 0.33% -
HSV(B) 313.97º 0.82% 0.55% -
XYZ 14.37 7.57 16.62 -
YUV 69.83 152.93 178.76 -
System Red Green Blue C M Y K H S L
Decimal 141 25 114 0 0.82 0.19 0.45 313.97 0.7 0.33
Hex 8D 19 72 0 52 13 2D 13A 46 21
Octal 215 31 162 0 122 23 55 472 106 41
Binary 10001101 11001 1110010 0 1010010 10011 101101 100111010 1000110 100001

Color Harmonies of #8D1972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1972

Black with #8D1972

Text Example


Text Example

White with #8D1972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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