Html Css Color HEX #8F557F Strikemaster

📋 copy color: '#8F557F'

red 143 ◦ green 85 ◦ blue 127

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

Shades of Strikemaster #8F557F

Tints of Strikemaster #8F557F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.94%

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

R = 40.28%
G = 23.94%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8F557F (or 0x8F557F) is known color: Strikemaster. HEX triplet: 8F, 55 and 7F. RGB value is (143,85,127). Sum of RGB (Red+Green+Blue) = 143+85+127=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 143 - color contains mainly: red. Hex color #8F557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F557F is #70AA80. Grayscale: #6B6B6B. Windows color (decimal): -7383681 or 8344975. OLE color: 8344975.

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

Color convert

RGB 143 85 127 -
CMYK 0 0.41 0.11 0.44
HSL 316.55º 0.25% 0.45% -
HSV(B) 316.55º 0.41% 0.56% -
XYZ 18.41 13.87 21.79 -
YUV 107.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 143 85 127 0 0.41 0.11 0.44 316.55 0.25 0.45
Hex 8F 55 7F 0 29 B 2C 13D 19 2D
Octal 217 125 177 0 51 13 54 475 31 55
Binary 10001111 1010101 1111111 0 101001 1011 101100 100111101 11001 101101

Color Harmonies of #8F557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F557F

Black with #8F557F

Text Example


Text Example

White with #8F557F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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