Html Css Color HEX #8D557C Strikemaster

📋 copy color: '#8D557C'

red 141 ◦ green 85 ◦ blue 124

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

Shades of Strikemaster #8D557C

Tints of Strikemaster #8D557C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.29%

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

R = 40.29%
G = 24.29%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8D557C (or 0x8D557C) is known color: Strikemaster. HEX triplet: 8D, 55 and 7C. RGB value is (141,85,124). Sum of RGB (Red+Green+Blue) = 141+85+124=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 141 - color contains mainly: red. Hex color #8D557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D557C is #72AA83. Grayscale: #6A6A6A. Windows color (decimal): -7514756 or 8148365. OLE color: 8148365.

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

Color convert

RGB 141 85 124 -
CMYK 0 0.40 0.12 0.45
HSL 318.21º 0.25% 0.44% -
HSV(B) 318.21º 0.4% 0.55% -
XYZ 17.87 13.61 20.75 -
YUV 106.19 138.05 152.83 -
System Red Green Blue C M Y K H S L
Decimal 141 85 124 0 0.40 0.12 0.45 318.21 0.25 0.44
Hex 8D 55 7C 0 28 C 2D 13E 19 2C
Octal 215 125 174 0 50 14 55 476 31 54
Binary 10001101 1010101 1111100 0 101000 1100 101101 100111110 11001 101100

Color Harmonies of #8D557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D557C

Black with #8D557C

Text Example


Text Example

White with #8D557C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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