Html Css Color HEX #8F667E Strikemaster

📋 copy color: '#8F667E'

red 143 ◦ green 102 ◦ blue 126

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

Shades of Strikemaster #8F667E

Tints of Strikemaster #8F667E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.49%

 BLUE value IS 126 (49.61% from 255) = 33.96%

R = 38.54%
G = 27.49%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8F667E (or 0x8F667E) is known color: Strikemaster. HEX triplet: 8F, 66 and 7E. RGB value is (143,102,126). Sum of RGB (Red+Green+Blue) = 143+102+126=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 143 - color contains mainly: red. Hex color #8F667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F667E is #709981. Grayscale: #747474. Windows color (decimal): -7379330 or 8283791. OLE color: 8283791.

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

Color convert

RGB 143 102 126 -
CMYK 0 0.29 0.12 0.44
HSL 324.88º 0.17% 0.48% -
HSV(B) 324.88º 0.29% 0.56% -
XYZ 19.84 16.85 21.94 -
YUV 117 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 143 102 126 0 0.29 0.12 0.44 324.88 0.17 0.48
Hex 8F 66 7E 0 1D C 2C 145 11 30
Octal 217 146 176 0 35 14 54 505 21 60
Binary 10001111 1100110 1111110 0 11101 1100 101100 101000101 10001 110000

Color Harmonies of #8F667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F667E

Black with #8F667E

Text Example


Text Example

White with #8F667E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,102,126); }

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

background-color css

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

 a { background-color: rgb(143,102,126); }

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

border-color css

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

 span { border-color: rgb(143,102,126); }

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