Html Css Color HEX #8C577D Strikemaster

📋 copy color: '#8C577D'

red 140 ◦ green 87 ◦ blue 125

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

Shades of Strikemaster #8C577D

Tints of Strikemaster #8C577D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 39.77%
G = 24.72%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8C577D (or 0x8C577D) is known color: Strikemaster. HEX triplet: 8C, 57 and 7D. RGB value is (140,87,125). Sum of RGB (Red+Green+Blue) = 140+87+125=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 140 - color contains mainly: red. Hex color #8C577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C577D is #73A882. Grayscale: #6B6B6B. Windows color (decimal): -7579779 or 8214412. OLE color: 8214412.

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

Color convert

RGB 140 87 125 -
CMYK 0 0.38 0.11 0.45
HSL 316.98º 0.23% 0.45% -
HSV(B) 316.98º 0.38% 0.55% -
XYZ 17.93 13.87 21.13 -
YUV 107.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 140 87 125 0 0.38 0.11 0.45 316.98 0.23 0.45
Hex 8C 57 7D 0 26 B 2D 13D 17 2D
Octal 214 127 175 0 46 13 55 475 27 55
Binary 10001100 1010111 1111101 0 100110 1011 101101 100111101 10111 101101

Color Harmonies of #8C577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C577D

Black with #8C577D

Text Example


Text Example

White with #8C577D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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