Html Css Color HEX #8D1774 Dark Purple

📋 copy color: '#8D1774'

red 141 ◦ green 23 ◦ blue 116

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

Shades of Dark Purple #8D1774

Tints of Dark Purple #8D1774

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.21%

 BLUE value IS 116 (45.7% from 255) = 41.43%

R = 50.36%
G = 8.21%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8D1774 (or 0x8D1774) is known color: Dark Purple. HEX triplet: 8D, 17 and 74. RGB value is (141,23,116). Sum of RGB (Red+Green+Blue) = 141+23+116=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1774 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1774 is #72E88B. Grayscale: #444444. Windows color (decimal): -7530636 or 7608205. OLE color: 7608205.

HSL color Cylindrical-coordinate representation of color #8D1774: hue angle of 312.71º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D1774 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 23 116 -
CMYK 0 0.84 0.18 0.45
HSL 312.71º 0.72% 0.32% -
HSV(B) 312.71º 0.84% 0.55% -
XYZ 14.44 7.54 17.22 -
YUV 68.88 154.59 179.44 -
System Red Green Blue C M Y K H S L
Decimal 141 23 116 0 0.84 0.18 0.45 312.71 0.72 0.32
Hex 8D 17 74 0 54 12 2D 139 48 20
Octal 215 27 164 0 124 22 55 471 110 40
Binary 10001101 10111 1110100 0 1010100 10010 101101 100111001 1001000 100000

Color Harmonies of #8D1774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1774

Black with #8D1774

Text Example


Text Example

White with #8D1774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,23,116); }

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

background-color css

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

 a { background-color: rgb(141,23,116); }

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

border-color css

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

 span { border-color: rgb(141,23,116); }

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