Html Css Color HEX #8F7281 Strikemaster

📋 copy color: '#8F7281'

red 143 ◦ green 114 ◦ blue 129

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

Shades of Strikemaster #8F7281

Tints of Strikemaster #8F7281

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.53%

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

R = 37.05%
G = 29.53%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#8F7281 (or 0x8F7281) is known color: Strikemaster. HEX triplet: 8F, 72 and 81. RGB value is (143,114,129). Sum of RGB (Red+Green+Blue) = 143+114+129=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7281 is #708D7E. Grayscale: #7C7C7C. Windows color (decimal): -7376255 or 8483471. OLE color: 8483471.

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

Color convert

RGB 143 114 129 -
CMYK 0 0.20 0.10 0.44
HSL 328.97º 0.11% 0.5% -
HSV(B) 328.97º 0.2% 0.56% -
XYZ 21.31 19.46 23.4 -
YUV 124.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 143 114 129 0 0.20 0.10 0.44 328.97 0.11 0.5
Hex 8F 72 81 0 14 A 2C 149 B 32
Octal 217 162 201 0 24 12 54 511 13 62
Binary 10001111 1110010 10000001 0 10100 1010 101100 101001001 1011 110010

Color Harmonies of #8F7281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7281

Black with #8F7281

Text Example


Text Example

White with #8F7281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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