Html Css Color HEX #8F607F Strikemaster

📋 copy color: '#8F607F'

red 143 ◦ green 96 ◦ blue 127

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

Shades of Strikemaster #8F607F

Tints of Strikemaster #8F607F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.23%

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

R = 39.07%
G = 26.23%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8F607F (or 0x8F607F) is known color: Strikemaster. HEX triplet: 8F, 60 and 7F. RGB value is (143,96,127). Sum of RGB (Red+Green+Blue) = 143+96+127=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 143 - color contains mainly: red. Hex color #8F607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F607F is #709F80. Grayscale: #717171. Windows color (decimal): -7380865 or 8347791. OLE color: 8347791.

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

Color convert

RGB 143 96 127 -
CMYK 0 0.33 0.11 0.44
HSL 320.43º 0.2% 0.47% -
HSV(B) 320.43º 0.33% 0.56% -
XYZ 19.34 15.74 22.1 -
YUV 113.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 143 96 127 0 0.33 0.11 0.44 320.43 0.2 0.47
Hex 8F 60 7F 0 21 B 2C 140 14 2F
Octal 217 140 177 0 41 13 54 500 24 57
Binary 10001111 1100000 1111111 0 100001 1011 101100 101000000 10100 101111

Color Harmonies of #8F607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F607F

Black with #8F607F

Text Example


Text Example

White with #8F607F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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