Html Css Color HEX #8C5478 Strikemaster

📋 copy color: '#8C5478'

red 140 ◦ green 84 ◦ blue 120

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

Shades of Strikemaster #8C5478

Tints of Strikemaster #8C5478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.88%

R = 40.7%
G = 24.42%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8C5478 (or 0x8C5478) is known color: Strikemaster. HEX triplet: 8C, 54 and 78. RGB value is (140,84,120). Sum of RGB (Red+Green+Blue) = 140+84+120=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5478 is #73AB87. Grayscale: #686868. Windows color (decimal): -7580552 or 7885964. OLE color: 7885964.

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

Color convert

RGB 140 84 120 -
CMYK 0 0.4 0.14 0.45
HSL 321.43º 0.25% 0.44% -
HSV(B) 321.43º 0.4% 0.55% -
XYZ 17.38 13.27 19.42 -
YUV 104.85 136.55 153.07 -
System Red Green Blue C M Y K H S L
Decimal 140 84 120 0 0.4 0.14 0.45 321.43 0.25 0.44
Hex 8C 54 78 0 28 E 2D 141 19 2C
Octal 214 124 170 0 50 16 55 501 31 54
Binary 10001100 1010100 1111000 0 101000 1110 101101 101000001 11001 101100

Color Harmonies of #8C5478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5478

Black with #8C5478

Text Example


Text Example

White with #8C5478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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