Html Css Color HEX #8D517C Strikemaster

📋 copy color: '#8D517C'

red 141 ◦ green 81 ◦ blue 124

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

Shades of Strikemaster #8D517C

Tints of Strikemaster #8D517C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.41%

 BLUE value IS 124 (48.83% from 255) = 35.84%

R = 40.75%
G = 23.41%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8D517C (or 0x8D517C) is known color: Strikemaster. HEX triplet: 8D, 51 and 7C. RGB value is (141,81,124). Sum of RGB (Red+Green+Blue) = 141+81+124=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 141 - color contains mainly: red. Hex color #8D517C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D517C is #72AE83. Grayscale: #676767. Windows color (decimal): -7515780 or 8147341. OLE color: 8147341.

HSL color Cylindrical-coordinate representation of color #8D517C: hue angle of 317º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D517C is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 81 124 -
CMYK 0 0.43 0.12 0.45
HSL 317º 0.27% 0.44% -
HSV(B) 317º 0.43% 0.55% -
XYZ 17.57 13 20.65 -
YUV 103.84 139.38 154.5 -
System Red Green Blue C M Y K H S L
Decimal 141 81 124 0 0.43 0.12 0.45 317 0.27 0.44
Hex 8D 51 7C 0 2B C 2D 13D 1B 2C
Octal 215 121 174 0 53 14 55 475 33 54
Binary 10001101 1010001 1111100 0 101011 1100 101101 100111101 11011 101100

Color Harmonies of #8D517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D517C

Black with #8D517C

Text Example


Text Example

White with #8D517C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,81,124); }

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

background-color css

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

 a { background-color: rgb(141,81,124); }

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

border-color css

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

 span { border-color: rgb(141,81,124); }

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