Html Css Color HEX #8D617F Strikemaster

📋 copy color: '#8D617F'

red 141 ◦ green 97 ◦ blue 127

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

Shades of Strikemaster #8D617F

Tints of Strikemaster #8D617F

RGB

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

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

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

R = 38.63%
G = 26.58%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8D617F (or 0x8D617F) is known color: Strikemaster. HEX triplet: 8D, 61 and 7F. RGB value is (141,97,127). Sum of RGB (Red+Green+Blue) = 141+97+127=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 141 - color contains mainly: red. Hex color #8D617F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D617F is #729E80. Grayscale: #717171. Windows color (decimal): -7511681 or 8348045. OLE color: 8348045.

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

Color convert

RGB 141 97 127 -
CMYK 0 0.31 0.10 0.45
HSL 319.09º 0.18% 0.47% -
HSV(B) 319.09º 0.31% 0.55% -
XYZ 19.09 15.74 22.11 -
YUV 113.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 141 97 127 0 0.31 0.10 0.45 319.09 0.18 0.47
Hex 8D 61 7F 0 1F A 2D 13F 12 2F
Octal 215 141 177 0 37 12 55 477 22 57
Binary 10001101 1100001 1111111 0 11111 1010 101101 100111111 10010 101111

Color Harmonies of #8D617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D617F

Black with #8D617F

Text Example


Text Example

White with #8D617F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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