Html Css Color HEX #8F5B7F Strikemaster

📋 copy color: '#8F5B7F'

red 143 ◦ green 91 ◦ blue 127

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

Shades of Strikemaster #8F5B7F

Tints of Strikemaster #8F5B7F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.21%

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

R = 39.61%
G = 25.21%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8F5B7F (or 0x8F5B7F) is known color: Strikemaster. HEX triplet: 8F, 5B and 7F. RGB value is (143,91,127). Sum of RGB (Red+Green+Blue) = 143+91+127=361 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.61% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5B7F is #70A480. Grayscale: #6E6E6E. Windows color (decimal): -7382145 or 8346511. OLE color: 8346511.

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

Color convert

RGB 143 91 127 -
CMYK 0 0.36 0.11 0.44
HSL 318.46º 0.22% 0.46% -
HSV(B) 318.46º 0.36% 0.56% -
XYZ 18.9 14.85 21.95 -
YUV 110.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 143 91 127 0 0.36 0.11 0.44 318.46 0.22 0.46
Hex 8F 5B 7F 0 24 B 2C 13E 16 2E
Octal 217 133 177 0 44 13 54 476 26 56
Binary 10001111 1011011 1111111 0 100100 1011 101100 100111110 10110 101110

Color Harmonies of #8F5B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5B7F

Black with #8F5B7F

Text Example


Text Example

White with #8F5B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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