Html Css Color HEX #9F647D Strikemaster

📋 copy color: '#9F647D'

red 159 ◦ green 100 ◦ blue 125

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

Shades of Strikemaster #9F647D

Tints of Strikemaster #9F647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.04%

 BLUE value IS 125 (49.22% from 255) = 32.55%

R = 41.41%
G = 26.04%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F647D (or 0x9F647D) is known color: Strikemaster. HEX triplet: 9F, 64 and 7D. RGB value is (159,100,125). Sum of RGB (Red+Green+Blue) = 159+100+125=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F647D is #609B82. Grayscale: #787878. Windows color (decimal): -6331267 or 8217759. OLE color: 8217759.

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

Color convert

RGB 159 100 125 -
CMYK 0 0.37 0.21 0.38
HSL 334.58º 0.24% 0.51% -
HSV(B) 334.58º 0.37% 0.62% -
XYZ 22.56 17.97 21.68 -
YUV 120.49 130.55 155.47 -
System Red Green Blue C M Y K H S L
Decimal 159 100 125 0 0.37 0.21 0.38 334.58 0.24 0.51
Hex 9F 64 7D 0 25 15 26 14F 18 33
Octal 237 144 175 0 45 25 46 517 30 63
Binary 10011111 1100100 1111101 0 100101 10101 100110 101001111 11000 110011

Color Harmonies of #9F647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F647D

Black with #9F647D

Text Example


Text Example

White with #9F647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,100,125); }

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

background-color css

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

 a { background-color: rgb(159,100,125); }

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

border-color css

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

 span { border-color: rgb(159,100,125); }

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