Html Css Color HEX #8F537F Strikemaster

📋 copy color: '#8F537F'

red 143 ◦ green 83 ◦ blue 127

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

Shades of Strikemaster #8F537F

Tints of Strikemaster #8F537F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.51%

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

R = 40.51%
G = 23.51%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8F537F (or 0x8F537F) is known color: Strikemaster. HEX triplet: 8F, 53 and 7F. RGB value is (143,83,127). Sum of RGB (Red+Green+Blue) = 143+83+127=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 143 - color contains mainly: red. Hex color #8F537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F537F is #70AC80. Grayscale: #696969. Windows color (decimal): -7384193 or 8344463. OLE color: 8344463.

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

Color convert

RGB 143 83 127 -
CMYK 0 0.42 0.11 0.44
HSL 316º 0.27% 0.44% -
HSV(B) 316º 0.42% 0.56% -
XYZ 18.25 13.56 21.73 -
YUV 105.96 139.88 154.42 -
System Red Green Blue C M Y K H S L
Decimal 143 83 127 0 0.42 0.11 0.44 316 0.27 0.44
Hex 8F 53 7F 0 2A B 2C 13C 1B 2C
Octal 217 123 177 0 52 13 54 474 33 54
Binary 10001111 1010011 1111111 0 101010 1011 101100 100111100 11011 101100

Color Harmonies of #8F537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F537F

Black with #8F537F

Text Example


Text Example

White with #8F537F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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