Html Css Color HEX #8D5874 Strikemaster

📋 copy color: '#8D5874'

red 141 ◦ green 88 ◦ blue 116

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

Shades of Strikemaster #8D5874

Tints of Strikemaster #8D5874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.62%

R = 40.87%
G = 25.51%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8D5874 (or 0x8D5874) is known color: Strikemaster. HEX triplet: 8D, 58 and 74. RGB value is (141,88,116). Sum of RGB (Red+Green+Blue) = 141+88+116=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5874 is #72A78B. Grayscale: #6A6A6A. Windows color (decimal): -7513996 or 7624845. OLE color: 7624845.

HSL color Cylindrical-coordinate representation of color #8D5874: hue angle of 328.3º 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 #8D5874 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 88 116 -
CMYK 0 0.38 0.18 0.45
HSL 328.3º 0.23% 0.45% -
HSV(B) 328.3º 0.38% 0.55% -
XYZ 17.63 13.9 18.28 -
YUV 107.04 133.06 152.22 -
System Red Green Blue C M Y K H S L
Decimal 141 88 116 0 0.38 0.18 0.45 328.3 0.23 0.45
Hex 8D 58 74 0 26 12 2D 148 17 2D
Octal 215 130 164 0 46 22 55 510 27 55
Binary 10001101 1011000 1110100 0 100110 10010 101101 101001000 10111 101101

Color Harmonies of #8D5874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5874

Black with #8D5874

Text Example


Text Example

White with #8D5874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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