Html Css Color HEX #8D6580 Strikemaster

📋 copy color: '#8D6580'

red 141 ◦ green 101 ◦ blue 128

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

Shades of Strikemaster #8D6580

Tints of Strikemaster #8D6580

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.3%

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

R = 38.11%
G = 27.3%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8D6580 (or 0x8D6580) is known color: Strikemaster. HEX triplet: 8D, 65 and 80. RGB value is (141,101,128). Sum of RGB (Red+Green+Blue) = 141+101+128=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6580 is #729A7F. Grayscale: #737373. Windows color (decimal): -7510656 or 8414605. OLE color: 8414605.

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

Color convert

RGB 141 101 128 -
CMYK 0 0.28 0.09 0.45
HSL 319.5º 0.17% 0.47% -
HSV(B) 319.5º 0.28% 0.55% -
XYZ 19.53 16.53 22.58 -
YUV 116.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 141 101 128 0 0.28 0.09 0.45 319.5 0.17 0.47
Hex 8D 65 80 0 1C 9 2D 140 11 2F
Octal 215 145 200 0 34 11 55 500 21 57
Binary 10001101 1100101 10000000 0 11100 1001 101101 101000000 10001 101111

Color Harmonies of #8D6580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6580

Black with #8D6580

Text Example


Text Example

White with #8D6580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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