Html Css Color HEX #9F647C Strikemaster

📋 copy color: '#9F647C'

red 159 ◦ green 100 ◦ blue 124

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

Shades of Strikemaster #9F647C

Tints of Strikemaster #9F647C

RGB

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

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

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

R = 41.51%
G = 26.11%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9F647C (or 0x9F647C) is known color: Strikemaster. HEX triplet: 9F, 64 and 7C. RGB value is (159,100,124). Sum of RGB (Red+Green+Blue) = 159+100+124=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F647C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F647C is #609B83. Grayscale: #787878. Windows color (decimal): -6331268 or 8152223. OLE color: 8152223.

HSL color Cylindrical-coordinate representation of color #9F647C: hue angle of 335.59º 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 #9F647C is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 100 124 -
CMYK 0 0.37 0.22 0.38
HSL 335.59º 0.24% 0.51% -
HSV(B) 335.59º 0.37% 0.62% -
XYZ 22.49 17.94 21.35 -
YUV 120.38 130.05 155.55 -
System Red Green Blue C M Y K H S L
Decimal 159 100 124 0 0.37 0.22 0.38 335.59 0.24 0.51
Hex 9F 64 7C 0 25 16 26 150 18 33
Octal 237 144 174 0 45 26 46 520 30 63
Binary 10011111 1100100 1111100 0 100101 10110 100110 101010000 11000 110011

Color Harmonies of #9F647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F647C

Black with #9F647C

Text Example


Text Example

White with #9F647C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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