Html Css Color HEX #8C5874 Strikemaster

📋 copy color: '#8C5874'

red 140 ◦ green 88 ◦ blue 116

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

Shades of Strikemaster #8C5874

Tints of Strikemaster #8C5874

RGB

 RED value IS 140 (55.08% from 255) = 40.7%

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

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

R = 40.7%
G = 25.58%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8C5874 (or 0x8C5874) is known color: Strikemaster. HEX triplet: 8C, 58 and 74. RGB value is (140,88,116). Sum of RGB (Red+Green+Blue) = 140+88+116=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5874 is #73A78B. Grayscale: #6A6A6A. Windows color (decimal): -7579532 or 7624844. OLE color: 7624844.

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

Color convert

RGB 140 88 116 -
CMYK 0 0.37 0.17 0.45
HSL 327.69º 0.23% 0.45% -
HSV(B) 327.69º 0.37% 0.55% -
XYZ 17.46 13.82 18.27 -
YUV 106.74 133.23 151.72 -
System Red Green Blue C M Y K H S L
Decimal 140 88 116 0 0.37 0.17 0.45 327.69 0.23 0.45
Hex 8C 58 74 0 25 11 2D 148 17 2D
Octal 214 130 164 0 45 21 55 510 27 55
Binary 10001100 1011000 1110100 0 100101 10001 101101 101001000 10111 101101

Color Harmonies of #8C5874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5874

Black with #8C5874

Text Example


Text Example

White with #8C5874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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