#9F648E

Color #9F648E Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #9F648E

Tints of Strikemaster #9F648E

Color information

#9F648E (or 0x9F648E) is unknown color: approx Strikemaster. HEX triplet: 9F, 64 and 8E. RGB value is (159,100,142). Sum of RGB (Red+Green+Blue) = 159+100+142=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 159 - color contains mainly: red. Hex color #9F648E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F648E is #609B71. Grayscale: #7A7A7A. Windows color (decimal): -6331250 or 9331871. OLE color: 9331871.

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

Color convert

RGB159100142-
CMYK00.370.110.38
HSL317.29º23.51%50.78%-
HSV(B)317.29º37.11%62.35%-
XYZ23.7418.4427.9-
YUV122.43139.05154.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.65%
GREEN value IS 100 (39.45% from 255) = 24.94%
BLUE value IS 142 (55.86% from 255) = 35.41%
R=39.65%
G=24.94%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910014200.370.110.38317.2923.5150.78
Hex9F648E025B2613d1833
Octal23714421604513464753063
Binary100111111100100100011100100101101110011010011110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F648E;
 }
 .AnyTagClassName
 {
   color: #9F648E;
 }
</style>
background-color css

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

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

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

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

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

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