#9F648C

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

Shades of Strikemaster #9F648C

Tints of Strikemaster #9F648C

Color information

#9F648C (or 0x9F648C) is unknown color: approx Strikemaster. HEX triplet: 9F, 64 and 8C. RGB value is (159,100,140). Sum of RGB (Red+Green+Blue) = 159+100+140=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 159 - color contains mainly: red. Hex color #9F648C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F648C is #609B73. Grayscale: #7A7A7A. Windows color (decimal): -6331252 or 9200799. OLE color: 9200799.

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

Color convert

RGB159100140-
CMYK00.370.120.38
HSL319.32º23.51%50.78%-
HSV(B)319.32º37.11%62.35%-
XYZ23.5918.3827.12-
YUV122.2138.05154.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.85%
GREEN value IS 100 (39.45% from 255) = 25.06%
BLUE value IS 140 (55.08% from 255) = 35.09%
R=39.85%
G=25.06%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910014000.370.120.38319.3223.5150.78
Hex9F648C025C2613f1833
Octal23714421404514464773063
Binary100111111100100100011000100101110010011010011111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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