Html Css Color HEX #8D127A Dark Purple

📋 copy color: '#8D127A'

red 141 ◦ green 18 ◦ blue 122

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

Shades of Dark Purple #8D127A

Tints of Dark Purple #8D127A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.41%

 BLUE value IS 122 (48.05% from 255) = 43.42%

R = 50.18%
G = 6.41%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8D127A (or 0x8D127A) is known color: Dark Purple. HEX triplet: 8D, 12 and 7A. RGB value is (141,18,122). Sum of RGB (Red+Green+Blue) = 141+18+122=281 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.18% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 141 - color contains mainly: red. Hex color #8D127A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D127A is #72ED85. Grayscale: #424242. Windows color (decimal): -7531910 or 8000141. OLE color: 8000141.

HSL color Cylindrical-coordinate representation of color #8D127A: hue angle of 309.27º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D127A is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 18 122 -
CMYK 0 0.87 0.13 0.45
HSL 309.27º 0.77% 0.31% -
HSV(B) 309.27º 0.87% 0.55% -
XYZ 14.71 7.5 19.08 -
YUV 66.63 159.25 181.04 -
System Red Green Blue C M Y K H S L
Decimal 141 18 122 0 0.87 0.13 0.45 309.27 0.77 0.31
Hex 8D 12 7A 0 57 D 2D 135 4D 1F
Octal 215 22 172 0 127 15 55 465 115 37
Binary 10001101 10010 1111010 0 1010111 1101 101101 100110101 1001101 11111

Color Harmonies of #8D127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D127A

Black with #8D127A

Text Example


Text Example

White with #8D127A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,18,122); }

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

background-color css

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

 a { background-color: rgb(141,18,122); }

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

border-color css

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

 span { border-color: rgb(141,18,122); }

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