Html Css Color HEX #8C5476 Strikemaster

📋 copy color: '#8C5476'

red 140 ◦ green 84 ◦ blue 118

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

Shades of Strikemaster #8C5476

Tints of Strikemaster #8C5476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.56%

 BLUE value IS 118 (46.48% from 255) = 34.5%

R = 40.94%
G = 24.56%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8C5476 (or 0x8C5476) is known color: Strikemaster. HEX triplet: 8C, 54 and 76. RGB value is (140,84,118). Sum of RGB (Red+Green+Blue) = 140+84+118=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5476 is #73AB89. Grayscale: #686868. Windows color (decimal): -7580554 or 7754892. OLE color: 7754892.

HSL color Cylindrical-coordinate representation of color #8C5476: hue angle of 323.57º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C5476 is Cyan = 0, Magento = 0.4, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 84 118 -
CMYK 0 0.4 0.16 0.45
HSL 323.57º 0.25% 0.44% -
HSV(B) 323.57º 0.4% 0.55% -
XYZ 17.26 13.22 18.78 -
YUV 104.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 140 84 118 0 0.4 0.16 0.45 323.57 0.25 0.44
Hex 8C 54 76 0 28 10 2D 144 19 2C
Octal 214 124 166 0 50 20 55 504 31 54
Binary 10001100 1010100 1110110 0 101000 10000 101101 101000100 11001 101100

Color Harmonies of #8C5476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5476

Black with #8C5476

Text Example


Text Example

White with #8C5476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,84,118); }

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

background-color css

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

 a { background-color: rgb(140,84,118); }

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

border-color css

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

 span { border-color: rgb(140,84,118); }

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