#9F648D

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

Shades of Strikemaster #9F648D

Tints of Strikemaster #9F648D

Color information

#9F648D (or 0x9F648D) is unknown color: approx Strikemaster. HEX triplet: 9F, 64 and 8D. RGB value is (159,100,141). Sum of RGB (Red+Green+Blue) = 159+100+141=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 159 - color contains mainly: red. Hex color #9F648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F648D is #609B72. Grayscale: #7A7A7A. Windows color (decimal): -6331251 or 9266335. OLE color: 9266335.

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

Color convert

RGB159100141-
CMYK00.370.110.38
HSL318.31º23.51%50.78%-
HSV(B)318.31º37.11%62.35%-
XYZ23.6618.4127.51-
YUV122.31138.55154.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.75%
GREEN value IS 100 (39.45% from 255) = 25%
BLUE value IS 141 (55.47% from 255) = 35.25%
R=39.75%
G=25%
B=35.25%

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
Decimal15910014100.370.110.38318.3123.5150.78
Hex9F648D025B2613e1833
Octal23714421504513464763063
Binary100111111100100100011010100101101110011010011111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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