Html Css Color HEX #8F6D7C Strikemaster

📋 copy color: '#8F6D7C'

red 143 ◦ green 109 ◦ blue 124

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

Shades of Strikemaster #8F6D7C

Tints of Strikemaster #8F6D7C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.99%

 BLUE value IS 124 (48.83% from 255) = 32.98%

R = 38.03%
G = 28.99%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8F6D7C (or 0x8F6D7C) is known color: Strikemaster. HEX triplet: 8F, 6D and 7C. RGB value is (143,109,124). Sum of RGB (Red+Green+Blue) = 143+109+124=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6D7C is #709283. Grayscale: #787878. Windows color (decimal): -7377540 or 8154511. OLE color: 8154511.

HSL color Cylindrical-coordinate representation of color #8F6D7C: hue angle of 333.53º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F6D7C is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 109 124 -
CMYK 0 0.24 0.13 0.44
HSL 333.53º 0.13% 0.49% -
HSV(B) 333.53º 0.24% 0.56% -
XYZ 20.43 18.23 21.51 -
YUV 120.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 143 109 124 0 0.24 0.13 0.44 333.53 0.13 0.49
Hex 8F 6D 7C 0 18 D 2C 14E D 31
Octal 217 155 174 0 30 15 54 516 15 61
Binary 10001111 1101101 1111100 0 11000 1101 101100 101001110 1101 110001

Color Harmonies of #8F6D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6D7C

Black with #8F6D7C

Text Example


Text Example

White with #8F6D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,109,124); }

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

background-color css

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

 a { background-color: rgb(143,109,124); }

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

border-color css

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

 span { border-color: rgb(143,109,124); }

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