Html Css Color HEX #8D5879 Strikemaster

📋 copy color: '#8D5879'

red 141 ◦ green 88 ◦ blue 121

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

Shades of Strikemaster #8D5879

Tints of Strikemaster #8D5879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.14%

 BLUE value IS 121 (47.66% from 255) = 34.57%

R = 40.29%
G = 25.14%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8D5879 (or 0x8D5879) is known color: Strikemaster. HEX triplet: 8D, 58 and 79. RGB value is (141,88,121). Sum of RGB (Red+Green+Blue) = 141+88+121=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5879 is #72A786. Grayscale: #6B6B6B. Windows color (decimal): -7513991 or 7952525. OLE color: 7952525.

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

Color convert

RGB 141 88 121 -
CMYK 0 0.38 0.14 0.45
HSL 322.64º 0.23% 0.45% -
HSV(B) 322.64º 0.38% 0.55% -
XYZ 17.93 14.02 19.85 -
YUV 107.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 141 88 121 0 0.38 0.14 0.45 322.64 0.23 0.45
Hex 8D 58 79 0 26 E 2D 143 17 2D
Octal 215 130 171 0 46 16 55 503 27 55
Binary 10001101 1011000 1111001 0 100110 1110 101101 101000011 10111 101101

Color Harmonies of #8D5879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5879

Black with #8D5879

Text Example


Text Example

White with #8D5879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,88,121); }

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

background-color css

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

 a { background-color: rgb(141,88,121); }

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

border-color css

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

 span { border-color: rgb(141,88,121); }

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