Html Css Color HEX #8D5C80 Strikemaster

📋 copy color: '#8D5C80'

red 141 ◦ green 92 ◦ blue 128

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

Shades of Strikemaster #8D5C80

Tints of Strikemaster #8D5C80

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.48%

 BLUE value IS 128 (50.39% from 255) = 35.46%

R = 39.06%
G = 25.48%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8D5C80 (or 0x8D5C80) is known color: Strikemaster. HEX triplet: 8D, 5C and 80. RGB value is (141,92,128). Sum of RGB (Red+Green+Blue) = 141+92+128=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5C80 is #72A37F. Grayscale: #6E6E6E. Windows color (decimal): -7512960 or 8412301. OLE color: 8412301.

HSL color Cylindrical-coordinate representation of color #8D5C80: hue angle of 315.92º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D5C80 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 92 128 -
CMYK 0 0.35 0.09 0.45
HSL 315.92º 0.21% 0.46% -
HSV(B) 315.92º 0.35% 0.55% -
XYZ 18.71 14.88 22.31 -
YUV 110.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 141 92 128 0 0.35 0.09 0.45 315.92 0.21 0.46
Hex 8D 5C 80 0 23 9 2D 13C 15 2E
Octal 215 134 200 0 43 11 55 474 25 56
Binary 10001101 1011100 10000000 0 100011 1001 101101 100111100 10101 101110

Color Harmonies of #8D5C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5C80

Black with #8D5C80

Text Example


Text Example

White with #8D5C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,92,128); }

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

background-color css

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

 a { background-color: rgb(141,92,128); }

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

border-color css

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

 span { border-color: rgb(141,92,128); }

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