Html Css Color HEX #9F657E Strikemaster

📋 copy color: '#9F657E'

red 159 ◦ green 101 ◦ blue 126

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

Shades of Strikemaster #9F657E

Tints of Strikemaster #9F657E

RGB

 RED value IS 159 (62.5% from 255) = 41.19%

 GREEN value IS 101 (39.84% from 255) = 26.17%

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

R = 41.19%
G = 26.17%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F657E (or 0x9F657E) is known color: Strikemaster. HEX triplet: 9F, 65 and 7E. RGB value is (159,101,126). Sum of RGB (Red+Green+Blue) = 159+101+126=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F657E is #609A81. Grayscale: #797979. Windows color (decimal): -6331010 or 8283551. OLE color: 8283551.

HSL color Cylindrical-coordinate representation of color #9F657E: hue angle of 334.14º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F657E is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 101 126 -
CMYK 0 0.36 0.21 0.38
HSL 334.14º 0.23% 0.51% -
HSV(B) 334.14º 0.36% 0.62% -
XYZ 22.72 18.18 22.05 -
YUV 121.19 130.72 154.97 -
System Red Green Blue C M Y K H S L
Decimal 159 101 126 0 0.36 0.21 0.38 334.14 0.23 0.51
Hex 9F 65 7E 0 24 15 26 14E 17 33
Octal 237 145 176 0 44 25 46 516 27 63
Binary 10011111 1100101 1111110 0 100100 10101 100110 101001110 10111 110011

Color Harmonies of #9F657E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F657E

Black with #9F657E

Text Example


Text Example

White with #9F657E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F657E; }

 p { color: rgb(159,101,126); }

 H1.HeaderClassName
 {
   color: #9F657E;
 }
 .AnyTagClassName
 {
   color: #9F657E;
 }
</style>

background-color css

<style>
 a { background-color: #9F657E; }

 a { background-color: rgb(159,101,126); }

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

border-color css

<style>
 span { border-color: #9F657E; }

 span { border-color: rgb(159,101,126); }

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