Html Css Color HEX #8D617C Strikemaster

📋 copy color: '#8D617C'

red 141 ◦ green 97 ◦ blue 124

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

Shades of Strikemaster #8D617C

Tints of Strikemaster #8D617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.8%

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

R = 38.95%
G = 26.8%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8D617C (or 0x8D617C) is known color: Strikemaster. HEX triplet: 8D, 61 and 7C. RGB value is (141,97,124). Sum of RGB (Red+Green+Blue) = 141+97+124=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 141 - color contains mainly: red. Hex color #8D617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D617C is #729E83. Grayscale: #717171. Windows color (decimal): -7511684 or 8151437. OLE color: 8151437.

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

Color convert

RGB 141 97 124 -
CMYK 0 0.31 0.12 0.45
HSL 323.18º 0.18% 0.47% -
HSV(B) 323.18º 0.31% 0.55% -
XYZ 18.9 15.67 21.1 -
YUV 113.23 134.08 147.8 -
System Red Green Blue C M Y K H S L
Decimal 141 97 124 0 0.31 0.12 0.45 323.18 0.18 0.47
Hex 8D 61 7C 0 1F C 2D 143 12 2F
Octal 215 141 174 0 37 14 55 503 22 57
Binary 10001101 1100001 1111100 0 11111 1100 101101 101000011 10010 101111

Color Harmonies of #8D617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D617C

Black with #8D617C

Text Example


Text Example

White with #8D617C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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