Html Css Color HEX #8D177F Dark Purple

📋 copy color: '#8D177F'

red 141 ◦ green 23 ◦ blue 127

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

Shades of Dark Purple #8D177F

Tints of Dark Purple #8D177F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.64%

R = 48.45%
G = 7.9%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8D177F (or 0x8D177F) is known color: Dark Purple. HEX triplet: 8D, 17 and 7F. RGB value is (141,23,127). Sum of RGB (Red+Green+Blue) = 141+23+127=291 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.45% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 141 - color contains mainly: red. Hex color #8D177F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D177F is #72E880. Grayscale: #454545. Windows color (decimal): -7530625 or 8329101. OLE color: 8329101.

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

Color convert

RGB 141 23 127 -
CMYK 0 0.84 0.10 0.45
HSL 307.12º 0.72% 0.32% -
HSV(B) 307.12º 0.84% 0.55% -
XYZ 15.12 7.81 20.79 -
YUV 70.14 160.09 178.54 -
System Red Green Blue C M Y K H S L
Decimal 141 23 127 0 0.84 0.10 0.45 307.12 0.72 0.32
Hex 8D 17 7F 0 54 A 2D 133 48 20
Octal 215 27 177 0 124 12 55 463 110 40
Binary 10001101 10111 1111111 0 1010100 1010 101101 100110011 1001000 100000

Color Harmonies of #8D177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D177F

Black with #8D177F

Text Example


Text Example

White with #8D177F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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