Html Css Color HEX #8F577F Strikemaster

📋 copy color: '#8F577F'

red 143 ◦ green 87 ◦ blue 127

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

Shades of Strikemaster #8F577F

Tints of Strikemaster #8F577F

RGB

 RED value IS 143 (56.25% from 255) = 40.06%

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

 BLUE value IS 127 (50% from 255) = 35.57%

R = 40.06%
G = 24.37%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8F577F (or 0x8F577F) is known color: Strikemaster. HEX triplet: 8F, 57 and 7F. RGB value is (143,87,127). Sum of RGB (Red+Green+Blue) = 143+87+127=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 143 - color contains mainly: red. Hex color #8F577F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F577F is #70A880. Grayscale: #6C6C6C. Windows color (decimal): -7383169 or 8345487. OLE color: 8345487.

HSL color Cylindrical-coordinate representation of color #8F577F: hue angle of 317.14º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F577F is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 87 127 -
CMYK 0 0.39 0.11 0.44
HSL 317.14º 0.24% 0.45% -
HSV(B) 317.14º 0.39% 0.56% -
XYZ 18.57 14.19 21.84 -
YUV 108.3 138.55 152.75 -
System Red Green Blue C M Y K H S L
Decimal 143 87 127 0 0.39 0.11 0.44 317.14 0.24 0.45
Hex 8F 57 7F 0 27 B 2C 13D 18 2D
Octal 217 127 177 0 47 13 54 475 30 55
Binary 10001111 1010111 1111111 0 100111 1011 101100 100111101 11000 101101

Color Harmonies of #8F577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F577F

Black with #8F577F

Text Example


Text Example

White with #8F577F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,87,127); }

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

background-color css

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

 a { background-color: rgb(143,87,127); }

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

border-color css

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

 span { border-color: rgb(143,87,127); }

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