Html Css Color HEX #8C5778 Strikemaster

📋 copy color: '#8C5778'

red 140 ◦ green 87 ◦ blue 120

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

Shades of Strikemaster #8C5778

Tints of Strikemaster #8C5778

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.07%

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

R = 40.35%
G = 25.07%
B = 34.58%

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

#8C5778 (or 0x8C5778) is known color: Strikemaster. HEX triplet: 8C, 57 and 78. RGB value is (140,87,120). Sum of RGB (Red+Green+Blue) = 140+87+120=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5778 is #73A887. Grayscale: #6A6A6A. Windows color (decimal): -7579784 or 7886732. OLE color: 7886732.

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

Color convert

RGB 140 87 120 -
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.61 13.75 19.49 -
YUV 106.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 140 87 120 0 0.38 0.14 0.45 322.64 0.23 0.45
Hex 8C 57 78 0 26 E 2D 143 17 2D
Octal 214 127 170 0 46 16 55 503 27 55
Binary 10001100 1010111 1111000 0 100110 1110 101101 101000011 10111 101101

Color Harmonies of #8C5778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5778

Black with #8C5778

Text Example


Text Example

White with #8C5778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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