Html Css Color HEX #8D6E7F Strikemaster

📋 copy color: '#8D6E7F'

red 141 ◦ green 110 ◦ blue 127

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

Shades of Strikemaster #8D6E7F

Tints of Strikemaster #8D6E7F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.1%

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

R = 37.3%
G = 29.1%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8D6E7F (or 0x8D6E7F) is known color: Strikemaster. HEX triplet: 8D, 6E and 7F. RGB value is (141,110,127). Sum of RGB (Red+Green+Blue) = 141+110+127=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6E7F is #729180. Grayscale: #797979. Windows color (decimal): -7508353 or 8351373. OLE color: 8351373.

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

Color convert

RGB 141 110 127 -
CMYK 0 0.22 0.10 0.45
HSL 327.1º 0.12% 0.49% -
HSV(B) 327.1º 0.22% 0.55% -
XYZ 20.39 18.35 22.55 -
YUV 121.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 141 110 127 0 0.22 0.10 0.45 327.1 0.12 0.49
Hex 8D 6E 7F 0 16 A 2D 147 C 31
Octal 215 156 177 0 26 12 55 507 14 61
Binary 10001101 1101110 1111111 0 10110 1010 101101 101000111 1100 110001

Color Harmonies of #8D6E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6E7F

Black with #8D6E7F

Text Example


Text Example

White with #8D6E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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