Html Css Color HEX #8D6A7C Strikemaster

📋 copy color: '#8D6A7C'

red 141 ◦ green 106 ◦ blue 124

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

Shades of Strikemaster #8D6A7C

Tints of Strikemaster #8D6A7C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.57%

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

R = 38.01%
G = 28.57%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8D6A7C (or 0x8D6A7C) is known color: Strikemaster. HEX triplet: 8D, 6A and 7C. RGB value is (141,106,124). Sum of RGB (Red+Green+Blue) = 141+106+124=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6A7C is #729583. Grayscale: #767676. Windows color (decimal): -7509380 or 8153741. OLE color: 8153741.

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

Color convert

RGB 141 106 124 -
CMYK 0 0.25 0.12 0.45
HSL 329.14º 0.14% 0.48% -
HSV(B) 329.14º 0.25% 0.55% -
XYZ 19.78 17.43 21.39 -
YUV 118.52 131.1 144.04 -
System Red Green Blue C M Y K H S L
Decimal 141 106 124 0 0.25 0.12 0.45 329.14 0.14 0.48
Hex 8D 6A 7C 0 19 C 2D 149 E 30
Octal 215 152 174 0 31 14 55 511 16 60
Binary 10001101 1101010 1111100 0 11001 1100 101101 101001001 1110 110000

Color Harmonies of #8D6A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6A7C

Black with #8D6A7C

Text Example


Text Example

White with #8D6A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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