Html Css Color HEX #8F617F Strikemaster

📋 copy color: '#8F617F'

red 143 ◦ green 97 ◦ blue 127

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

Shades of Strikemaster #8F617F

Tints of Strikemaster #8F617F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.43%

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

R = 38.96%
G = 26.43%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8F617F (or 0x8F617F) is known color: Strikemaster. HEX triplet: 8F, 61 and 7F. RGB value is (143,97,127). Sum of RGB (Red+Green+Blue) = 143+97+127=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 143 - color contains mainly: red. Hex color #8F617F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F617F is #709E80. Grayscale: #727272. Windows color (decimal): -7380609 or 8348047. OLE color: 8348047.

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

Color convert

RGB 143 97 127 -
CMYK 0 0.32 0.11 0.44
HSL 320.87º 0.19% 0.47% -
HSV(B) 320.87º 0.32% 0.56% -
XYZ 19.43 15.92 22.13 -
YUV 114.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 143 97 127 0 0.32 0.11 0.44 320.87 0.19 0.47
Hex 8F 61 7F 0 20 B 2C 141 13 2F
Octal 217 141 177 0 40 13 54 501 23 57
Binary 10001111 1100001 1111111 0 100000 1011 101100 101000001 10011 101111

Color Harmonies of #8F617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F617F

Black with #8F617F

Text Example


Text Example

White with #8F617F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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