Html Css Color HEX #8F7181 Strikemaster

📋 copy color: '#8F7181'

red 143 ◦ green 113 ◦ blue 129

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

Shades of Strikemaster #8F7181

Tints of Strikemaster #8F7181

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.35%

 BLUE value IS 129 (50.78% from 255) = 33.51%

R = 37.14%
G = 29.35%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#8F7181 (or 0x8F7181) is known color: Strikemaster. HEX triplet: 8F, 71 and 81. RGB value is (143,113,129). Sum of RGB (Red+Green+Blue) = 143+113+129=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7181 is #708E7E. Grayscale: #7B7B7B. Windows color (decimal): -7376511 or 8483215. OLE color: 8483215.

HSL color Cylindrical-coordinate representation of color #8F7181: hue angle of 328º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F7181 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 113 129 -
CMYK 0 0.21 0.10 0.44
HSL 328º 0.12% 0.5% -
HSV(B) 328º 0.21% 0.56% -
XYZ 21.2 19.23 23.36 -
YUV 123.79 130.94 141.7 -
System Red Green Blue C M Y K H S L
Decimal 143 113 129 0 0.21 0.10 0.44 328 0.12 0.5
Hex 8F 71 81 0 15 A 2C 148 C 32
Octal 217 161 201 0 25 12 54 510 14 62
Binary 10001111 1110001 10000001 0 10101 1010 101100 101001000 1100 110010

Color Harmonies of #8F7181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7181

Black with #8F7181

Text Example


Text Example

White with #8F7181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,113,129); }

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

background-color css

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

 a { background-color: rgb(143,113,129); }

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

border-color css

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

 span { border-color: rgb(143,113,129); }

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