#9F648F

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

Shades of Strikemaster #9F648F

Tints of Strikemaster #9F648F

Color information

#9F648F (or 0x9F648F) is unknown color: approx Strikemaster. HEX triplet: 9F, 64 and 8F. RGB value is (159,100,143). Sum of RGB (Red+Green+Blue) = 159+100+143=402 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.55% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 159 - color contains mainly: red. Hex color #9F648F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F648F is #609B70. Grayscale: #7A7A7A. Windows color (decimal): -6331249 or 9397407. OLE color: 9397407.

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

Color convert

RGB159100143-
CMYK00.370.100.38
HSL316.27º23.51%50.78%-
HSV(B)316.27º37.11%62.35%-
XYZ23.8118.4728.3-
YUV122.54139.55154-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.55%
GREEN value IS 100 (39.45% from 255) = 24.88%
BLUE value IS 143 (56.25% from 255) = 35.57%
R=39.55%
G=24.88%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910014300.370.100.38316.2723.5150.78
Hex9F648F025A2613c1833
Octal23714421704512464743063
Binary100111111100100100011110100101101010011010011110011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F648F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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